Skip to content

Commit

Permalink
v3.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 5, 2013
1 parent fb6c1f8 commit 99d5746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s

```ruby
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
gem 'bootstrap-sass', '~> 3.0.2.0'
gem 'bootstrap-sass', '~> 3.0.3.0'
```

`bundle install` and restart your server to make the files available through the pipeline.
Expand Down
4 changes: 2 additions & 2 deletions lib/bootstrap-sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.0.2.1'
BOOTSTRAP_SHA = 'aac4f0189ed4d20701224d9782919bec042b427c'
VERSION = '3.0.3.0'
BOOTSTRAP_SHA = '6d03173a1aad98e75f7d33e65b411c519176c59a'
end

0 comments on commit 99d5746

Please sign in to comment.