aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKir2012-01-17 19:40:38 +0200
committerKir2012-01-17 19:40:38 +0200
commit31ae06c27640026488c1f16a3dd6e5e7260eb426 (patch)
treee3c646e95a7a4674c9e8a7b0bd878e122e11bf27
parentd88b4bdcaa12f47822c34909e363b35b9aeca42d (diff)
downloadinboxes-31ae06c27640026488c1f16a3dd6e5e7260eb426.tar.bz2
Version bump
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93867ec..1e0ccd9 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Since version 0.2.0, it is possible to add `has_inboxes` option to any model. Fo
*Make sure that Devise is already installed and configured in your app!*
-1. Add `gem "inboxes", "~> 0.1.2"` to the `Gemfile` and run `bundle install`
+1. Add `gem "inboxes", "~> 0.2.0"` to the `Gemfile` and run `bundle install`
2. Execute `rails generate inboxes:install`. This command will generate migration for messaging system. Don't forget to run migrations: `rake db:migrate`
3. Add `has_inboxes` to your User model like [here](https://gist.github.com/1330080).
4. Now Inboxes are ready to use. Open `http://yoursite.dev/discussions` to see the list of discussions. You can start new one.