Skip to content

Commit

Permalink
Merge pull request #8 from jamesstonehill/release-0.2.0
Browse files Browse the repository at this point in the history
Release version 0.2.0
  • Loading branch information
jamesstonehill authored Aug 26, 2019
2 parents 5e97978 + 2d054b7 commit cc5c1e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/api_error_handler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApiErrorHandler
VERSION = "0.1.0"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion rails_4_test_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
api_error_handler (0.1.0)
api_error_handler (0.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
rack (>= 1.0)
Expand Down
2 changes: 1 addition & 1 deletion rails_5_test_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
api_error_handler (0.1.0)
api_error_handler (0.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
rack (>= 1.0)
Expand Down
2 changes: 1 addition & 1 deletion rails_6_test_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
api_error_handler (0.1.0)
api_error_handler (0.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
rack (>= 1.0)
Expand Down

0 comments on commit cc5c1e6

Please sign in to comment.