Skip to content

Commit 31f5de4

Browse files
committed
Up version
1 parent 37c3b86 commit 31f5de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"authors" : [
3333
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
3434
],
35-
"version" : "0.0.8",
35+
"version" : "0.0.9",
3636
"license" : "Artistic",
3737
"resource" : {},
3838
"superseded-by" : {},

lib/META6.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ exception.
9797
use JSON::Name;
9898
use JSON::Class:ver(v0.0.5..*);
9999

100-
class META6:ver<0.0.8>:auth<github:jonathanstowe> does JSON::Class {
100+
class META6:ver<0.0.9>:auth<github:jonathanstowe> does JSON::Class {
101101

102102
enum Optionality <Mandatory Optional>;
103103

0 commit comments

Comments
 (0)