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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2013-12-05 21:07:48 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-12-05 21:07:48 +0400
commit99d5746f653e4d5fdccc5cb8d278b32b0b2c6bce (patch)
tree344978eb134db32228160bcfed3185ce4113a9e9
parentfb6c1f8b8f45c5b0fc9429dc6b67a9c76ce6bf9e (diff)
v3.0.3.0v3.0.3.0
-rw-r--r--README.md2
-rw-r--r--lib/bootstrap-sass/version.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 511bf23e..2c552975 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb
index 735de020..5d90f194 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.0.2.1'
- BOOTSTRAP_SHA = 'aac4f0189ed4d20701224d9782919bec042b427c'
+ VERSION = '3.0.3.0'
+ BOOTSTRAP_SHA = '6d03173a1aad98e75f7d33e65b411c519176c59a'
end