Skip to content

Commit

Permalink
bump minor. fix release date
Browse files Browse the repository at this point in the history
  • Loading branch information
artemk committed May 26, 2012
1 parent 3169f05 commit 2c9b1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acts-as-taggable-on.gemspec
Expand Up @@ -4,7 +4,7 @@ require 'acts-as-taggable-on/version'
Gem::Specification.new do |gem|
gem.name = %q{acts-as-taggable-on}
gem.authors = ["Michael Bleigh"]
gem.date = %q{2012-01-06}
gem.date = %q{2012-05-26}
gem.description = %q{With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.}
gem.summary = "Advanced tagging for Rails."
gem.email = %q{michael@intridea.com}
Expand Down
2 changes: 1 addition & 1 deletion lib/acts-as-taggable-on/version.rb
@@ -1,4 +1,4 @@
module ActsAsTaggableOn
VERSION = '2.3.0'
VERSION = '2.3.1'
end

0 comments on commit 2c9b1c0

Please sign in to comment.