Skip to content

Commit

Permalink
bump up gem version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luaybs committed Apr 14, 2016
1 parent 6dddbd4 commit ad9e813
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 @@ -10,7 +10,7 @@ StripeTester allows you to submit webhooks to your application without hitting S

Add this line to your application's Gemfile:
```ruby
gem 'stripe_tester', "~> 0.4.0"
gem 'stripe_tester', "~> 0.5.0"
```
And then execute:
```bash
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe_tester/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StripeTester
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit ad9e813

Please sign in to comment.