Skip to content

Commit 484ee8a

Browse files
committed
Checking in changes prior to tagging of version 0.10.
Changelog diff is: diff --git a/Changes b/Changes index 0fbee15..af87f32 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Pau {{$NEXT}} +0.10 2023-02-23T11:19:53Z + - bug fix + 0.094 2023-02-23T10:20:05Z - bug fix
1 parent 02db565 commit 484ee8a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for Perl extension Pau
22

33
{{$NEXT}}
44

5+
0.10 2023-02-23T11:19:53Z
6+
- bug fix
7+
58
0.094 2023-02-23T10:20:05Z
69
- bug fix
710

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"web" : "https://github.com/tjmtmmnk/pau"
7777
}
7878
},
79-
"version" : "0.094",
79+
"version" : "0.10",
8080
"x_contributors" : [
8181
"momochi29 <31027514+tjmtmmnk@users.noreply.github.com>"
8282
],

lib/Pau.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use utf8;
55

6-
our $VERSION = "0.094";
6+
our $VERSION = "0.10";
77

88
use Pau::Extract;
99
use Pau::Convert;

0 commit comments

Comments
 (0)