Skip to content

Commit

Permalink
Bumpt to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Apr 13, 2014
1 parent 68adfe1 commit f66813f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.9.2)
suspenders (1.9.3)
bundler (~> 1.3)
rails (= 4.0.3)

Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.9.3 (April 13, 2014)

* Use FactoryGirl.lint instead of custom-generated factory-testing code.
* Fix Delayed::Job <-> Rails 4.1 dependency conflict.

1.9.2 (April 10, 2014)

* Join Heroku apps in bin/setup.
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.9.2'
VERSION = '1.9.3'
end

0 comments on commit f66813f

Please sign in to comment.