Skip to content

Commit

Permalink
realistic version number
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 2, 2010
1 parent 230d82a commit d786d70
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 @@ -22,7 +22,7 @@ class Engine < Rails::Engine

class << self
def version
%q{0.9.8.0.rc3}
%q{1.0.rc1}
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{0.9.8.0.rc3}
s.version = %q{1.0.rc1}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-09-02}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
Expand Down

0 comments on commit d786d70

Please sign in to comment.