diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/init.rb b/init.rb index 3276f88..09dadec 100644 --- a/init.rb +++ b/init.rb @@ -26,7 +26,7 @@ Redmine::Plugin.register :redmine_rate do url 'https://projects.littlestreamsoftware.com/projects/redmine-rate' author_url 'http://www.littlestreamsoftware.com' description "The Rate plugin provides an API that can be used to find the rate for a Member of a Project at a specific date. It also stores historical rate data so calculations will remain correct in the future." - version '0.2.0' + version '0.2.1' requires_redmine :version_or_higher => '1.0.0' diff --git a/redmine_rate.gemspec b/redmine_rate.gemspec index bbfad68..8a82942 100644 --- a/redmine_rate.gemspec +++ b/redmine_rate.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{redmine_rate} - s.version = "0.2.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Eric Davis"] - s.date = %q{2011-03-03} + s.date = %q{2011-04-28} s.description = %q{The Rate plugin stores billing rates for Users. It also provides an API that can be used to find the rate for a Member of a Project at a specific date.} s.email = %q{edavis@littlestreamsoftware.com} s.extra_rdoc_files = [