Skip to content

Commit 43645d6

Browse files
author
Chris White
committed
Bumped version number [minor]
1 parent 063cac6 commit 43645d6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ DEBUG*
4646

4747
# Other
4848
/stuff
49+
TODO

Changes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for XML-Axk
22

3-
0.01 Date/time
3+
0.001004 2019-02-14
4+
No substantive changes
5+
6+
0.001_003 2018-11-10
7+
Require Perl 5.20
8+
9+
0.001_002 2018-11-10
410
First version, released on an unsuspecting world.
511

MANIFEST.SKIP

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# MANIFEST.SKIP for Text::PerlPP
2+
TODO
23

34
# Markdown files that we keep for GitHub, but don't need on CPAN
45
^L1.md

lib/XML/Axk/App.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use XML::Axk::Core;
77
# Semantic versioning, packed per Perl rules. Must always be at least one
88
# digit left of the decimal, and six digits right of the decimal. For
99
# prerelease versions, put an underscore before the last three digits.
10-
our $VERSION = '0.001_003';
10+
our $VERSION = '0.001004';
1111

1212
use Getopt::Long qw(GetOptionsFromArray :config gnu_getopt);
1313

0 commit comments

Comments
 (0)