aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2014-01-20 11:25:47 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2014-01-20 11:25:47 +0200
commit249af183145b1608686528255af9c031485683b8 (patch)
treeade3dcf168e5bf700154228044d588615e991975 /readme.md
parenta8b5bce609089af8795768230c7dd3a9b87cd5e0 (diff)
parentd891009d8b26cbccfc7fcdec645e1e2382c641bc (diff)
downloadrefinerycms-blog-249af183145b1608686528255af9c031485683b8.tar.gz
refinerycms-blog-249af183145b1608686528255af9c031485683b8.tar.bz2
refinerycms-blog-249af183145b1608686528255af9c031485683b8.zip
Merge branch 'master' into rails4
Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 2bfc060..6102489 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments.
-This version of `refinerycms-blog` supports Rails 3.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/resolve/refinerycms-blog/tree/rails2-stable).
+This version of `refinerycms-blog` supports Rails 3.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/refinery/refinerycms-blog/tree/rails2-stable).
Options:
@@ -11,14 +11,14 @@ Options:
## Requirements
-Refinery CMS version 2.0.1 or above.
+Refinery CMS version 2.1.0 or above.
## Install
Open up your ``Gemfile`` and add at the bottom this line:
```ruby
-gem 'refinerycms-blog', '~> 2.0.0'
+gem 'refinerycms-blog', '~> 2.1.0'
```
Now, run ``bundle install``