1.6.3 bump

This commit is contained in:
Joe Sak 2011-11-11 14:20:59 -06:00
parent d5fadb4523
commit eb160aa354
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ module Refinery
class Version
@major = 1
@minor = 6
@tiny = 2
@tiny = 3
class << self
attr_reader :major, :minor, :tiny

View file

@ -18,7 +18,7 @@ Your Rails 3 application should not be called "blog"
Open up your ``Gemfile`` and add at the bottom this line:
gem 'refinerycms-blog', '~> 1.6.1'
gem 'refinerycms-blog', '~> 1.6.3'
Now, run ``bundle install``

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.6.2}
s.version = %q{1.6.3}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2011-06-29}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}