Version bump to 0.3.0

Adds configuration option for `field_name_prefix` allowing for
removal of leading underscores on field names.

Closes #12
This commit is contained in:
Nicholas Bruning 2015-07-22 14:35:01 +10:00
parent 781f05f707
commit 3429216331

View File

@ -1,5 +1,5 @@
module Mongoid module Mongoid
module Enum module Enum
VERSION = "0.2.0" VERSION = "0.3.0"
end end
end end