diff options
-rw-r--r-- | lib/refinerycms-blog.rb | 2 | ||||
-rw-r--r-- | refinerycms-blog.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index e627556..15c0a0a 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc7} + %q{1.0.rc8} end end end diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index e83217e..c456b0d 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-blog} - s.version = %q{1.0.rc7} + s.version = %q{1.0.rc8} s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.} s.date = %q{2010-09-07} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} |