Skip to content

Commit

Permalink
Attempt three
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 3, 2010
1 parent 227d6c8 commit c4222bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/refinerycms-blog.rb
Expand Up @@ -26,7 +26,7 @@ class Engine < Rails::Engine

class << self
def version
%q{1.0.rc2}
%q{1.0.rc3}
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion refinerycms-blog.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.0.rc2}
s.version = %q{1.0.rc3}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-09-03}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
Expand Down

0 comments on commit c4222bf

Please sign in to comment.