From 5df061da8e60cb585a2f062583bbe557123bf0aa Mon Sep 17 00:00:00 2001 From: Xavier Date: Sat, 4 May 2019 12:52:29 +0200 Subject: [PATCH] Update version to 1.3.1 --- META.json | 13 ++++++++----- META.yml | 9 +++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/META.json b/META.json index 218602d..a85f615 100644 --- a/META.json +++ b/META.json @@ -71,15 +71,15 @@ }, "Apache::Session::Browseable::PgHstore" : { "file" : "lib/Apache/Session/Browseable/PgHstore.pm", - "version" : "v1.2.7" + "version" : "v1.3.0" }, "Apache::Session::Browseable::PgJSON" : { "file" : "lib/Apache/Session/Browseable/PgJSON.pm", - "version" : "v1.2.7" + "version" : "v1.2.9" }, "Apache::Session::Browseable::Postgres" : { "file" : "lib/Apache/Session/Browseable/Postgres.pm", - "version" : "v1.2.5" + "version" : "v1.3.1" }, "Apache::Session::Browseable::Redis" : { "file" : "lib/Apache/Session/Browseable/Redis.pm", @@ -150,8 +150,11 @@ "resources" : { "license" : [ "http://dev.perl.org/licenses/" - ] + ], + "repository" : { + "url" : "https://github.com/LemonLDAPNG/Apache-Session-Browseable" + } }, - "version" : "v1.3.0", + "version" : "v1.3.1", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 3dca3db..e426794 100644 --- a/META.yml +++ b/META.yml @@ -41,13 +41,13 @@ provides: version: v1.2.2 Apache::Session::Browseable::PgHstore: file: lib/Apache/Session/Browseable/PgHstore.pm - version: v1.2.7 + version: v1.3.0 Apache::Session::Browseable::PgJSON: file: lib/Apache/Session/Browseable/PgJSON.pm - version: v1.2.7 + version: v1.2.9 Apache::Session::Browseable::Postgres: file: lib/Apache/Session/Browseable/Postgres.pm - version: v1.2.5 + version: v1.3.1 Apache::Session::Browseable::Redis: file: lib/Apache/Session/Browseable/Redis.pm version: v1.2.2 @@ -104,5 +104,6 @@ requires: JSON: '0' resources: license: http://dev.perl.org/licenses/ -version: v1.3.0 + repository: https://github.com/LemonLDAPNG/Apache-Session-Browseable +version: v1.3.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'