aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-12-03 17:02:26 +1300
committerPhilip Arndt <parndt@gmail.com>2010-12-03 17:02:26 +1300
commit75e9940a80602971f5448beb0da13f74ab6f2cb0 (patch)
tree50d3c08efc9c6065b394695306134d0a54ae1cb1 /lib
parent8bbb30aa3e6ef461ebaf3cc92cf89d76227a79f6 (diff)
downloadrefinerycms-blog-75e9940a80602971f5448beb0da13f74ab6f2cb0.tar.gz
refinerycms-blog-75e9940a80602971f5448beb0da13f74ab6f2cb0.tar.bz2
refinerycms-blog-75e9940a80602971f5448beb0da13f74ab6f2cb0.zip
Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2)
Diffstat (limited to 'lib')
-rw-r--r--lib/refinerycms-blog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index b1ebf18..9a5cf56 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -42,7 +42,7 @@ module Refinery
class << self
def version
- %q{1.0}
+ %q{1.1}
end
end
end