Skip to content

Commit 9e4f792

Browse files
committed
Up version
1 parent ce40ec8 commit 9e4f792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

META6.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"irc" : null,
2121
"bugtracker" : null
2222
},
23-
"perl" : "6",
23+
"perl" : "6.c",
2424
"build-depends" : [],
2525
"auth" : "github:jonathanstowe",
2626
"source-url" : "git://github.com/jonathanstowe/META6.git",
@@ -32,7 +32,7 @@
3232
"authors" : [
3333
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
3434
],
35-
"version" : "0.0.7",
35+
"version" : "0.0.8",
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.7>:auth<github:jonathanstowe> does JSON::Class {
100+
class META6:ver<0.0.8>:auth<github:jonathanstowe> does JSON::Class {
101101

102102
enum Optionality <Mandatory Optional>;
103103

0 commit comments

Comments
 (0)