Skip to content

Commit

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

diff --git a/Changes b/Changes
index 297c030..9b48c51 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl module Ark
 
 {{$NEXT}}
 
+1.22 2020-03-13T11:56:42Z
+    - fix dependencies
+
 1.21 2020-03-13T06:48:52Z
     - support HttpOnly and SameSite in Plugin::Session::State::Cookie (mackee)
  • Loading branch information
Songmu committed Mar 13, 2020
1 parent af1b54d commit 8f58d53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl module Ark

{{$NEXT}}

1.22 2020-03-13T11:56:42Z
- fix dependencies

1.21 2020-03-13T06:48:52Z
- support HttpOnly and SameSite in Plugin::Session::State::Cookie (mackee)

Expand Down
3 changes: 2 additions & 1 deletion META.json
Expand Up @@ -106,7 +106,8 @@
"web" : "https://github.com/ark-framework/ark"
}
},
"version" : "1.21",
"version" : "1.22",
"x_authority" : "cpan:SONGMU",
"x_contributors" : [
"Daisuke Murase <typester@gmail.com>",
"FUJIWARA Shunichiro <fujiwara.shunichiro@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/ark-framework/ark.svg?branch=master)](https://travis-ci.org/ark-framework/ark) [![Coverage Status](https://img.shields.io/coveralls/ark-framework/ark/master.svg?style=flat)](https://coveralls.io/r/ark-framework/ark?branch=master)
[![Actions Status](https://github.com/ark-framework/ark/workflows/Test/badge.svg)](https://github.com/ark-framework/ark/actions) [![Coverage Status](https://img.shields.io/coveralls/ark-framework/ark/master.svg?style=flat)](https://coveralls.io/r/ark-framework/ark?branch=master)
# NAME

Ark - light weight Catalyst-ish web application framework
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.21';
our $VERSION = '1.22';

do {
my %EXPORTS;
Expand Down

0 comments on commit 8f58d53

Please sign in to comment.