Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.13.
Browse files Browse the repository at this point in the history
Changelog diff is:

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.
  • Loading branch information
Songmu committed Nov 19, 2013
1 parent a18b872 commit 84178f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion META.json
Expand Up @@ -43,6 +43,7 @@
},
"runtime" : {
"recommends" : {
"JSON" : "0",
"Text::MicroTemplate::Extended" : "0.09",
"Text::Xslate" : "0"
},
Expand Down Expand Up @@ -101,7 +102,7 @@
"web" : "https://github.com/ark-framework/ark"
}
},
"version" : "1.12",
"version" : "1.13",
"x_contributors" : [
"Masakazu Ohtsuka <o.masakazu@gmail.com>",
"mattn <mattn.jp@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Ark.pm
Expand Up @@ -5,7 +5,7 @@ use Mouse::Exporter;

use Ark::Core;

our $VERSION = '1.12';
our $VERSION = '1.13';

do {
my %EXPORTS;
Expand Down

0 comments on commit 84178f6

Please sign in to comment.