From 99d5746f653e4d5fdccc5cb8d278b32b0b2c6bce Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 5 Dec 2013 18:07:48 +0100 Subject: [PATCH] v3.0.3.0 --- README.md | 2 +- lib/bootstrap-sass/version.rb | 4 ++-- 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