RC 15.. yeah, I know.

This commit is contained in:
Philip Arndt 2010-11-12 17:35:47 +13:00
parent 92d019d6a2
commit f68328a205
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ module Refinery
class << self
def version
%q{1.0.rc14}
%q{1.0.rc15}
end
end
end

View file

@ -11,7 +11,7 @@ Options:
Open up your ``Gemfile`` and add at the bottom this line
gem 'refinerycms-blog', '~> 1.0.rc13'
gem 'refinerycms-blog', '~> 1.0.rc15'
Now run ``bundle install``

View file

@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.0.rc14}
s.version = %q{1.0.rc15}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-11-03}
s.date = %q{2010-11-12}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}