Skip to content

Commit

Permalink
Update SerializableAttributes::VERSION constant too
Browse files Browse the repository at this point in the history
  • Loading branch information
mguterl committed May 14, 2012
1 parent 25dbb5d commit f32c22d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/serializable_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# end
#
module SerializableAttributes
VERSION = "0.9.0"
VERSION = "1.0.0"

require File.expand_path('../serializable_attributes/types', __FILE__)
require File.expand_path('../serializable_attributes/schema', __FILE__)

Expand Down Expand Up @@ -73,4 +73,3 @@ def self.setup(active_record = ActiveRecord::Base)

# Backwards compatible hack.
Object.const_set :SerializedAttributes, SerializableAttributes

0 comments on commit f32c22d

Please sign in to comment.