Skip to content

Commit

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

diff --git a/Changes b/Changes
index 0b26beb..e2a8703 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl module Ark

 {{$NEXT}}

+1.10 2013-11-14T17:31:13Z
+    - separate out plugins. Authentication, MobileJP, I18N and ReproxyCallback.
+
 1.01 2013-11-13T14:26:13Z
     - [fix] valid encoding handling in Plugin::Encoding::Null
  • Loading branch information
Songmu committed Nov 14, 2013
1 parent baa1dc1 commit 9b2da3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl module Ark

{{$NEXT}}

1.10 2013-11-14T17:31:13Z
- separate out plugins. Authentication, MobileJP, I18N and ReproxyCallback.

1.01 2013-11-13T14:26:13Z
- [fix] valid encoding handling in Plugin::Encoding::Null

Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -101,7 +101,7 @@
"web" : "https://github.com/ark-framework/ark"
}
},
"version" : "1.01",
"version" : "1.10",
"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.01';
our $VERSION = '1.10';

do {
my %EXPORTS;
Expand Down

0 comments on commit 9b2da3b

Please sign in to comment.