Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.01.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 528f0ae..bdd6ee8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl module App::dategrep

 {{$NEXT}}

+2.01 2018-08-07T06:42:28Z
+
   - compiles %c last in case it contains %x or %X
   - change name of the distribution to App-dategrep
  • Loading branch information
mdom committed Aug 7, 2018
1 parent 247be44 commit 3113737
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl module App::dategrep

{{$NEXT}}

2.01 2018-08-07T06:42:28Z

- compiles %c last in case it contains %x or %X
- change name of the distribution to App-dategrep

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"web" : "https://github.com/mdom/dategrep"
}
},
"version" : "2.00",
"version" : "2.01",
"x_contributors" : [
"Mario Domgoergen <mario@domgoergen.com>",
"Mario Domgoergen <mdom@taz.de>",
Expand Down
2 changes: 1 addition & 1 deletion lib/App/dategrep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Pod::Usage;
use Getopt::Long;
use File::Basename qw(basename);

our $VERSION = '2.00';
our $VERSION = '2.01';

our $app;

Expand Down

0 comments on commit 3113737

Please sign in to comment.