Skip to content

Commit

Permalink
Change version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-romani committed Jun 10, 2020
1 parent 86b7257 commit aa4939a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project, and MVP or something else.
Add Exception Hunter to your application's Gemfile:

```ruby
gem 'exception_hunter', '~> 0.2.0'
gem 'exception_hunter', '~> 0.3.0'
```

You may also need to add [Devise](https://github.com/heartcombo/devise) to your Gemfile
Expand Down
2 changes: 1 addition & 1 deletion lib/exception_hunter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ExceptionHunter
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit aa4939a

Please sign in to comment.