diff options
author | David Jones <dgjones@gmail.com> | 2011-05-27 05:24:19 -0700 |
---|---|---|
committer | David Jones <dgjones@gmail.com> | 2011-05-27 05:24:19 -0700 |
commit | 6287603a2bc9a2095fece3e3cfc29c620bd0960b (patch) | |
tree | 4ebacff37efa7838fafffde0057568ba0a84de4b | |
parent | 5cc058dfe13c9a2920423d22f2a21040da893933 (diff) | |
download | refinerycms-blog-6287603a2bc9a2095fece3e3cfc29c620bd0960b.tar.gz refinerycms-blog-6287603a2bc9a2095fece3e3cfc29c620bd0960b.tar.bz2 refinerycms-blog-6287603a2bc9a2095fece3e3cfc29c620bd0960b.zip |
Updated readme to latest versions
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,13 +11,13 @@ Options: ## Requirements -Refinery CMS version 0.9.8 or above. +Refinery CMS version 1.0.0 or above. ## Install Open up your ``Gemfile`` and add at the bottom this line: - gem 'refinerycms-blog', '~> 1.3' + gem 'refinerycms-blog', '~> 1.5' Now, run ``bundle install`` |