From 47187a2249cbde721662b5283dfe6732215d4817 Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Sat, 10 Dec 2011 16:43:33 +0000 Subject: [PATCH] bump version to 1.4.2 prompting an extended round of applause --- README.md | 2 +- bootstrap-sass.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b322de11f27e..2f4642d82c96 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Enjoy. In your gemfile: - gem 'bootstrap-sass', '1.4.1' + gem 'bootstrap-sass', '~> 1.4.2' ### CSS diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec index fa684c180d74..66b0e4e7402a 100644 --- a/bootstrap-sass.gemspec +++ b/bootstrap-sass.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "bootstrap-sass" - s.version = '1.4.1' + s.version = '1.4.2' s.authors = ["Thomas McDonald"] s.email = 'tom@conceptcoding.co.uk' s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"