Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mguterl committed Jun 6, 2012
1 parent 5bdb0e6 commit 6b58648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/serializable_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# end
#
module SerializableAttributes
VERSION = "1.0.0"
VERSION = "1.1.0"

require File.expand_path('../serializable_attributes/types', __FILE__)
require File.expand_path('../serializable_attributes/schema', __FILE__)
Expand Down
4 changes: 2 additions & 2 deletions serializable_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'serializable_attributes'
s.version = '1.0.0'
s.date = '2012-05-14'
s.version = '1.1.0'
s.date = '2012-06-06'
s.rubyforge_project = 'serializable_attributes'

## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit 6b58648

Please sign in to comment.