From 023d9c6f026474018aff65f14e8dc8acce77c2bc Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 25 Apr 2014 07:59:10 -0700 Subject: [PATCH] Bump to 1.10.1 --- Gemfile.lock | 4 ++-- NEWS.md | 4 ++++ lib/suspenders/version.rb | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4a4b5b1ff..0e7b2cd27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - suspenders (1.10.0) + suspenders (1.10.1) bundler (~> 1.3) rails (~> 4.1.0) @@ -105,7 +105,7 @@ GEM rspec-expectations (2.14.0) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.4) - sprockets (2.12.0) + sprockets (2.12.1) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) diff --git a/NEWS.md b/NEWS.md index 68a6f373e..0508a4c00 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +1.10.1 (April 25, 2014) + +* Fix bundling sass-rails. + 1.10.0 (April 21, 2014) * Generate a Rails 4.1 app. diff --git a/lib/suspenders/version.rb b/lib/suspenders/version.rb index 039a65f47..2c8fc82de 100644 --- a/lib/suspenders/version.rb +++ b/lib/suspenders/version.rb @@ -1,3 +1,3 @@ module Suspenders - VERSION = '1.10.0' + VERSION = '1.10.1' end