Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstonehill committed Aug 26, 2019
1 parent 5e97978 commit 2d054b7
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 2d054b7

Please sign in to comment.