Skip to content

Commit 52961dd

Browse files
committed
Mark release 1.001
1 parent 79172ef commit 52961dd

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ Revision history for Mac-PropertyList-SAX
128128
Show compatibility with Mac::PropertyList v1.503 by adopting its test
129129
suite. Explicitly relicense under Artistic License 2.0. Introduce a
130130
simple benchmarking script.
131+
132+
1.001 2022-08-10T17:12-05:00
133+
Fix up MANIFEST problems that prevented Makefile.PL from being packed.

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"http://dev.perl.org/licenses/"
5555
]
5656
},
57-
"version" : "1.000"
57+
"version" : "1.001"
5858
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ requires:
3434
enum: 0
3535
resources:
3636
license: http://dev.perl.org/licenses/
37-
version: '1.000'
37+
version: '1.001'

lib/Mac/PropertyList/SAX.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ our %EXPORT_TAGS = (
6363
parse => [ qw(parse_plist parse_plist_fh parse_plist_file parse_plist_string) ],
6464
);
6565

66-
our $VERSION = '1.000';
66+
our $VERSION = '1.001';
6767

6868

6969

0 commit comments

Comments
 (0)