diff --git a/History.txt b/History.txt index 42d5277..3da681c 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +== 0.3.1 2010-10-22 + +* Ruby 1.9.2 Compatibility fixes + == 0.3.0 2010-05-06 * Attributes can now be defined within the class with diff --git a/lib/static_model.rb b/lib/static_model.rb index 8824b5a..a557720 100644 --- a/lib/static_model.rb +++ b/lib/static_model.rb @@ -8,7 +8,7 @@ require 'active_support' module StaticModel - VERSION = '0.3.0' + VERSION = '0.3.1' end require 'static_model/errors'