version bump to 3.0.7 (removed deprecation warning with Rails >= 3.1)

This commit is contained in:
Thorsten Böttger 2012-06-07 09:05:22 +12:00
parent d8a4417671
commit 1dc08855c7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## 3.0.7 (not yet released)
## 3.0.7
* removed deprecation warning when localizing aasm state names (look at https://github.com/rubyist/aasm/issues/38 for details)

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.6"
VERSION = "3.0.7"
end