aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-09-03 18:13:54 +1200
committerPhilip Arndt <parndt@gmail.com>2010-09-03 18:13:54 +1200
commit654d50399de6206100a111e89b8d9602b77c0338 (patch)
tree1486b2898534915d30a82f4d7212582b34785347 /lib/refinerycms-blog.rb
parent1a9f98217e11c8e3a8b7189f26f45890580160d2 (diff)
downloadrefinerycms-blog-654d50399de6206100a111e89b8d9602b77c0338.tar.gz
refinerycms-blog-654d50399de6206100a111e89b8d9602b77c0338.tar.bz2
refinerycms-blog-654d50399de6206100a111e89b8d9602b77c0338.zip
Allow a more liberal dependency because I don't see this becoming unsupported by refinerycms.
Diffstat (limited to 'lib/refinerycms-blog.rb')
-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 7aae395..3bb75d5 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -26,7 +26,7 @@ module Refinery
class << self
def version
- %q{1.0.rc1}
+ %q{1.0.rc2}
end
end
end