From 2594ff7af75bd5df5b80a0aaad2cdb59956586f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=BCrlimann=20=28CyT=29?= Date: Wed, 13 Apr 2011 11:23:58 +0200 Subject: [PATCH] Bump version to 0.4.0 --- has_accounts.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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