From fa2a6a2021a5b257ed60b5ae24fc85d05193c6d7 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 9 Jan 2016 23:15:32 -0500 Subject: [PATCH] Version bump 0.0.2 --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 886a840..7424b41 100644 --- a/init.rb +++ b/init.rb @@ -18,7 +18,7 @@ Redmine::Plugin.register :redmine_qbo do name 'Redmine Quickbooks Online plugin' author 'Rick Barrette' description 'This is a plugin for Redmine to intergrate with Quickbooks Online to allow for seamless intergration CRM and invoicing of completed issues' - version '0.0.1' + version '0.0.2' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'http://rickbarrette.org' settings :default => {'empty' => true}, :partial => 'qbo/settings'