diff --git a/has_accounts.gemspec b/has_accounts.gemspec index 609f6cb..f1a35ce 100644 --- a/has_accounts.gemspec +++ b/has_accounts.gemspec @@ -7,5 +7,5 @@ Gem::Specification.new do |s| s.email = ["simon.huerlimann@cyt.ch"] s.description = "HasAccounts is a full featured Rails 3 gem providing models for financial accounting." s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] - s.version = "0.3.0" + s.version = "0.4.0" end