Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2011-12-10 20:43:33 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2011-12-10 20:43:33 +0400
commit47187a2249cbde721662b5283dfe6732215d4817 (patch)
treefaff7c781cdec3197df881d2dd9333e2e2ef049d
parentf68f42bb1bddf1d246243f2c505c3b7df74722bb (diff)
bump version to 1.4.2v1.4.2
prompting an extended round of applause
-rw-r--r--README.md2
-rw-r--r--bootstrap-sass.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b322de11..2f4642d8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Enjoy.
In your gemfile:
- gem 'bootstrap-sass', '1.4.1'
+ gem 'bootstrap-sass', '~> 1.4.2'
### CSS
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index fa684c18..66b0e4e7 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '1.4.1'
+ s.version = '1.4.2'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"