Skip to content

Commit ab98b7c

Browse files
committed
bump version
1 parent 864e7fe commit ab98b7c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Revision history for Perl-Dist-APPerl
2+
v0.2.1 2022-12-03
3+
Remove dependency on Env module.
4+
25
v0.2.0 2022-11-27
36
Enable cross-platform builds of `nobuild` configs. Switch
47
remaining `mv`, `cp`, `rm` shell commands to use their perl

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.2.0);
3+
use version 0.77; our $VERSION = qv(v0.2.1);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);

0 commit comments

Comments
 (0)