README.md in neo-rails-0.3.2 vs README.md in neo-rails-0.4.0

- old
+ new

@@ -28,11 +28,11 @@ ## Installation Add this line to your application's Gemfile: - gem 'neo-rails' + gem 'neo-rails', '~> 0.4.0' And then execute: $ bundle @@ -151,5 +151,17 @@ 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request + +## Release + +Follow these steps to release this gem: + + # Bump version in + edit lib/neo/rails/version.rb + edit README.md + + git commit -m "Release X.Y.Z" + + rake release