Skip to content

Commit

Permalink
Preping 0.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Jan 24, 2009
1 parent 67225b1 commit 4e33ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 4e33ee7

Please sign in to comment.