Skip to content

Commit

Permalink
RC versions driving me crazy, let's use 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 3, 2010
1 parent c038feb commit 8bbb30a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/refinerycms-blog.rb
Expand Up @@ -42,7 +42,7 @@ def url

class << self
def version
%q{1.0.rc.17}
%q{1.0}
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -13,7 +13,7 @@ Options:

Open up your ``Gemfile`` and add at the bottom this line

gem 'refinerycms-blog', '~> 1.0.rc.17'
gem 'refinerycms-blog', '~> 1.0'

Now run ``bundle install``

Expand Down
4 changes: 2 additions & 2 deletions refinerycms-blog.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.0.rc.17}
s.version = %q{1.0}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-12-01}
s.date = %q{2010-12-03}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down

0 comments on commit 8bbb30a

Please sign in to comment.