From c9dfb5a247fc02831ca1fe284600702cbd03a6b0 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Mon, 28 Apr 2014 13:12:06 -0700 Subject: [PATCH] Bump to 1.10.2 --- Gemfile.lock | 2 +- NEWS.md | 4 ++++ lib/suspenders/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e7b2cd27..bb1d82ad7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - suspenders (1.10.1) + suspenders (1.10.2) bundler (~> 1.3) rails (~> 4.1.0) diff --git a/NEWS.md b/NEWS.md index 0508a4c00..c685920cd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +1.10.2 (April 28, 2014) + +* Fix bundling Bourbon and Neat. + 1.10.1 (April 25, 2014) * Fix bundling sass-rails. diff --git a/lib/suspenders/version.rb b/lib/suspenders/version.rb index 2c8fc82de..8982b2585 100644 --- a/lib/suspenders/version.rb +++ b/lib/suspenders/version.rb @@ -1,3 +1,3 @@ module Suspenders - VERSION = '1.10.1' + VERSION = '1.10.2' end