From e7611737f55a19b442c3754f0c2a8bdb56ad2519 Mon Sep 17 00:00:00 2001 From: Aaron Quint Date: Fri, 22 Oct 2010 12:04:39 -0400 Subject: [PATCH] Push 0.3.1 --- History.txt | 4 ++++ lib/static_model.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'