We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f7264 commit d58ad33Copy full SHA for d58ad33
README.md
@@ -16,7 +16,7 @@ Updating your application to a new version of `bootstrap-sass`? See our [changel
16
In your Gemfile:
17
18
gem 'sass-rails', '~> 3.1'
19
- gem 'bootstrap-sass', '~> 2.0.4.0'
+ gem 'bootstrap-sass', '~> 2.0.4.1'
20
21
#### CSS
22
bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = "bootstrap-sass"
3
- s.version = '2.0.4.0'
+ s.version = '2.0.4.1'
4
s.authors = ["Thomas McDonald"]
5
s.email = 'tom@conceptcoding.co.uk'
6
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
0 commit comments