Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
domm committed Nov 1, 2011
1 parent da9f2e4 commit 9df5d2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for App::TimeTracker

2.012 2011-11-01T19:29:55+0100
- doc fix suggested by David Mertens (Thomas Klausner)
- some tests for C::Core (init, start, stop, append) (c:61.1%;sc:83.9%) (Thomas Klausner)
- fixed CPAN-RT#72039 reported by Kartik Thakore (Thomas Klausner)
- cpanm install docs (Thomas Klausner)


2.011 2011-10-28T16:36:21+0200
- autocreate tracker.json and projects.json if there is no
home yet (Thomas Klausner)
Expand Down
2 changes: 1 addition & 1 deletion lib/App/TimeTracker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = "2.011";
our $VERSION = "2.012";
# ABSTRACT: time tracking for impatient and lazy command line lovers

use App::TimeTracker::Data::Task;
Expand Down

0 comments on commit 9df5d2b

Please sign in to comment.