From f68328a205017914298c292f1109d3e9e8aea782 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Fri, 12 Nov 2010 17:35:47 +1300 Subject: RC 15.. yeah, I know. --- lib/refinerycms-blog.rb | 2 +- readme.md | 2 +- refinerycms-blog.gemspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index 6902210..427fcfa 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc14} + %q{1.0.rc15} end end end diff --git a/readme.md b/readme.md index 2497253..e53a939 100644 --- a/readme.md +++ b/readme.md @@ -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`` diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index b3b8e31..2cfb9c6 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -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} -- cgit v1.2.3