Skip to content

Commit

Permalink
Bump to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Apr 25, 2014
1 parent fa47b51 commit 023d9c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.10.0)
suspenders (1.10.1)
bundler (~> 1.3)
rails (~> 4.1.0)

Expand Down Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Suspenders
VERSION = '1.10.0'
VERSION = '1.10.1'
end

0 comments on commit 023d9c6

Please sign in to comment.