diff --git a/Gemfile.lock b/Gemfile.lock index a928c47..25ade9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - acts_as_wiki (0.3.3) + acts_as_wiki (0.3.4) RedCloth (>= 4.2.2) actionpack (~> 3.1.0) activerecord (~> 3.1.0) diff --git a/VERSION b/VERSION index 87a0871..448a0fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file diff --git a/acts_as_wiki.gemspec b/acts_as_wiki.gemspec index ebecdf0..7f196a6 100644 --- a/acts_as_wiki.gemspec +++ b/acts_as_wiki.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{acts_as_wiki} - s.version = "0.3.3" + s.version = "0.3.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kris fox"]