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) diff --git a/META.json b/META.json index beedb49..a67d866 100644 --- a/META.json +++ b/META.json @@ -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 ", "FUJIWARA Shunichiro ", diff --git a/README.md b/README.md index 147a1a9..f32bfa1 100644 --- a/README.md +++ b/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 diff --git a/lib/Ark.pm b/lib/Ark.pm index 7a6fbc2..67a4c3e 100644 --- a/lib/Ark.pm +++ b/lib/Ark.pm @@ -5,7 +5,7 @@ use Mouse::Exporter; use Ark::Core; -our $VERSION = '1.21'; +our $VERSION = '1.22'; do { my %EXPORTS;