diff --git a/lib/refinery/blog/version.rb b/lib/refinery/blog/version.rb index 0390414..3902da5 100644 --- a/lib/refinery/blog/version.rb +++ b/lib/refinery/blog/version.rb @@ -3,7 +3,7 @@ module Refinery class Version @major = 1 @minor = 6 - @tiny = 2 + @tiny = 3 class << self attr_reader :major, :minor, :tiny diff --git a/readme.md b/readme.md index 8e923db..ab4abf9 100644 --- a/readme.md +++ b/readme.md @@ -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`` diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index 51682fb..49dcf14 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -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.}