Skip to content

Commit

Permalink
Up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Feb 18, 2016
1 parent 14d1283 commit 0b76372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"authors" : [
"Jonathan Stowe <[email protected]>"
],
"version" : "0.0.5",
"version" : "0.0.6",
"license" : "Artistic",
"resource" : {},
"superseded-by" : {},
Expand Down
2 changes: 1 addition & 1 deletion lib/META6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ exception.
use JSON::Name;
use JSON::Class:ver(v0.0.5..*);

class META6:ver<0.0.5>:auth<github:jonathanstowe> does JSON::Class {
class META6:ver<0.0.6>:auth<github:jonathanstowe> does JSON::Class {

enum Optionality <Mandatory Optional>;

Expand Down

0 comments on commit 0b76372

Please sign in to comment.