From 4e33ee7fa9321ad6bd4c894518b8092780857145 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 23 Jan 2009 19:50:31 -0800 Subject: [PATCH] Preping 0.2.0 for release --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 9db08e4..4d6d2c1 100644 --- a/init.rb +++ b/init.rb @@ -4,7 +4,7 @@ name 'Bulk Time Entry' author 'Eric Davis' description 'This is a plugin to enter multiple time entries at one time.' - version '0.1.0' + version '0.2.0' menu :top_menu, :bulk_time_entry, {:controller => "bulk_time_entries", :action => 'index'}, :caption => :bulk_time_entry_title, :if => Proc.new{User.current.allowed_to?(:log_time, nil, :global => true)}