1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

version bump to 4.0.4

This commit is contained in:
Thorsten Böttger 2014-12-05 17:34:18 +01:00
parent 4e8d65202b
commit 6f7f8d3315
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
* `aasm_column` has been removed. Use `aasm.attribute_name` instead
* `aasm_human_event_name` has been removed. Use `aasm.human_event_name` instead
## 4.0.4 (not yet released)
## 4.0.4
* corrected callback order in README
* bugfix: initialize the aasm state column after initialization of the _ActiveRecord_ instance (see [issue #191](https://github.com/aasm/aasm/issues/191) for details)

View file

@ -1,3 +1,3 @@
module AASM
VERSION = "4.0.3"
VERSION = "4.0.4"
end