Skip to content

Commit f0861e6

Browse files
committed
bump version
1 parent bf8a15a commit f0861e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Revision history for Perl-Dist-APPerl
2-
vX.X.X 2022-XX-XX
2+
v0.2.0 2022-11-27
33
Enable cross-platform builds of `nobuild` configs. Switch
44
remaining `mv`, `cp`, `rm` shell commands to use their perl
55
equivalents. Add workaround to `apperlm` for running Info-ZIP

lib/Perl/Dist/APPerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Perl::Dist::APPerl;
22
# Copyright (c) 2022 Gavin Hayes, see LICENSE in the root of the project
3-
use version 0.77; our $VERSION = qv(v0.1.1);
3+
use version 0.77; our $VERSION = qv(v0.2.0);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);

0 commit comments

Comments
 (0)