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>2012-11-19 02:56:10 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-11-19 02:56:10 +0400
commitc281f39bde853e389b6740d01b6bfc2752838a75 (patch)
treedf6733c417a9089fbd1f24d2ced05786625c2b68
parentf161dccfa144349819f38a79a29fd51113915420 (diff)
Bump to 2.1.1.1v2.2.1.1
-rw-r--r--README.md4
-rw-r--r--bootstrap-sass.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 88e2042d..b7aed459 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Enjoy.
In your Gemfile:
gem 'sass-rails', '~> 3.2'
- gem 'bootstrap-sass', '~> 2.2.1.0'
+ gem 'bootstrap-sass', '~> 2.2.1.1'
#### CSS
@@ -94,7 +94,7 @@ Basically this means you should expect to append a separate patch version to the
### Bundler?
- gem 'bootstrap-sass', '~> 2.2.1.0'
+ gem 'bootstrap-sass', '~> 2.2.1.1'
Don't use the standard `~> 2.x.y`. Your apps may break.
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 72076b43..91227e3b 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '2.2.1.0'
+ s.version = '2.2.1.1'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"