Bump version to 0.2.0

This commit is contained in:
Eric Davis
2011-03-03 16:25:00 -08:00
parent 6f65166afb
commit eaccdb34e4
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.1.0 0.2.0

View File

@@ -26,7 +26,7 @@ Redmine::Plugin.register :redmine_rate do
url 'https://projects.littlestreamsoftware.com/projects/redmine-rate' url 'https://projects.littlestreamsoftware.com/projects/redmine-rate'
author_url 'http://www.littlestreamsoftware.com' 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." 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' requires_redmine :version_or_higher => '1.0.0'