diff --git a/Changes b/Changes index bed6dc1..23619d2 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl module Ark {{$NEXT}} +1.13 2013-11-19T11:16:09Z + - X-JSON-Status support + - use JSON instead of JSON::Any in Ark::View::JSON + 1.12 2013-11-17T09:14:44Z - fix repository URL only. diff --git a/META.json b/META.json index e88545e..3de819d 100644 --- a/META.json +++ b/META.json @@ -43,6 +43,7 @@ }, "runtime" : { "recommends" : { + "JSON" : "0", "Text::MicroTemplate::Extended" : "0.09", "Text::Xslate" : "0" }, @@ -101,7 +102,7 @@ "web" : "https://github.com/ark-framework/ark" } }, - "version" : "1.12", + "version" : "1.13", "x_contributors" : [ "Masakazu Ohtsuka ", "mattn ", diff --git a/lib/Ark.pm b/lib/Ark.pm index 8277e5b..25720fe 100644 --- a/lib/Ark.pm +++ b/lib/Ark.pm @@ -5,7 +5,7 @@ use Mouse::Exporter; use Ark::Core; -our $VERSION = '1.12'; +our $VERSION = '1.13'; do { my %EXPORTS;