1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Bump version numbers to 2.2.2.0

This commit is contained in:
Tristan Harward 2012-12-11 11:28:31 -05:00
parent e12d9cc3f2
commit 9fea2b937d
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ Enjoy.
In your Gemfile:
gem 'sass-rails', '~> 3.2'
gem 'bootstrap-sass', '~> 2.2.1.1'
gem 'bootstrap-sass', '~> 2.2.2.0'
#### 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.1'
gem 'bootstrap-sass', '~> 2.2.2.0'
Don't use the standard `~> 2.x.y`. Your apps may break.

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
s.version = '2.2.1.1'
s.version = '2.2.2.0'
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"