Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Jul 2, 2013
1 parent 01cad6b commit 63f5994
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 @@ -16,7 +16,7 @@ For Rails 2.3 please take a look at [version 0.4](https://github.com/wildbit/pos
Add this to your Gemfile: (change version numbers if needed)

``` ruby
gem 'postmark-rails', '~> 0.5.0'
gem 'postmark-rails', '~> 0.5.1'
```

Don’t forget to run `bundle install` command every time you change something in the Gemfile.
Expand Down
2 changes: 1 addition & 1 deletion lib/postmark-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Postmark
module Rails
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end

0 comments on commit 63f5994

Please sign in to comment.