Version Bump
This commit is contained in:
2016-04-01 06:39:04 -04:00
parent e0b07764c0
commit 028b309a60

View File

@@ -23,7 +23,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.3'
version '0.0.4'
url 'https://github.com/rickbarrette/redmine_qbo'
author_url 'http://rickbarrette.org'
settings :default => {'empty' => true}, :partial => 'qbo/settings'
@@ -42,4 +42,4 @@ Redmine::Plugin.register :redmine_qbo do
# Register QBO top menu item
menu :top_menu, :qbo, { :controller => 'qbo', :action => 'index' }, :caption => 'Quickbooks'
end
end