Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Nov 28, 2022
1 parent bf8a15a commit f0861e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Revision history for Perl-Dist-APPerl
vX.X.X 2022-XX-XX
v0.2.0 2022-11-27
Enable cross-platform builds of `nobuild` configs. Switch
remaining `mv`, `cp`, `rm` shell commands to use their perl
equivalents. Add workaround to `apperlm` for running Info-ZIP
Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Dist/APPerl.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Perl::Dist::APPerl;
# Copyright (c) 2022 Gavin Hayes, see LICENSE in the root of the project
use version 0.77; our $VERSION = qv(v0.1.1);
use version 0.77; our $VERSION = qv(v0.2.0);
use strict;
use warnings;
use JSON::PP 2.0104 qw(decode_json);
Expand Down

0 comments on commit f0861e6

Please sign in to comment.