Skip to content

Commit

Permalink
Bump version to 0.2.4, add note about UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed May 2, 2012
1 parent 53744d4 commit d907ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ gem "her"

That’s it!

## Upgrade

Please see the [UPGRADE.md](https://github.com/remiprev/her/blob/master/UPGRADE.md) file for backward compability issues.

## Usage

First, you have to define which API your models will be bound to. For example, with Rails, you would create a new `config/initializers/her.rb` file with these lines:
Expand Down
2 changes: 1 addition & 1 deletion lib/her/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Her
VERSION = "0.2.3"
VERSION = "0.2.4"
end

0 comments on commit d907ddd

Please sign in to comment.