From eaccdb34e4be303abf1d3595c5cd73d66b7908c5 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 3 Mar 2011 16:25:00 -0800 Subject: [PATCH] Bump version to 0.2.0 --- VERSION | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6c6aa7c..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 diff --git a/init.rb b/init.rb index 8f54c98..3276f88 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.1.0' + version '0.2.0' requires_redmine :version_or_higher => '1.0.0'