Skip to content

Commit

Permalink
Sync up version numbers - bumping minor rev so the github gem rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barron committed Jul 22, 2008
1 parent bf8ed18 commit 54c631e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aasm.gemspec
Expand Up @@ -2,7 +2,7 @@ PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib

Gem::Specification.new do |s|
s.name = 'aasm'
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = 'State machine mixin for Ruby objects'
s.description = <<-EOF
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1,5 +1,5 @@
module AASM
module VERSION
STRING = '0.0.2'
STRING = '2.0.2'
end
end

0 comments on commit 54c631e

Please sign in to comment.