diff --git a/attr_encrypted.gemspec b/attr_encrypted.gemspec index aa5ee808..743493b8 100644 --- a/attr_encrypted.gemspec +++ b/attr_encrypted.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'attr_encrypted' - s.version = '1.1.0' - s.date = '2010-01-28' + s.version = '1.1.1' + s.date = '2010-04-26' s.summary = 'Generates attr_accessors that encrypt and decrypt attributes transparently' s.description = 'Generates attr_accessors that encrypt and decrypt attributes transparently'