From a73caddc024773a864d52fbcfed1e02a8497f530 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Fri, 17 Jan 2020 17:56:35 +0100 Subject: [PATCH] Version 1.3.5 --- META.json | 16 ++++++++-------- META.yml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/META.json b/META.json index 559a96d..8feae17 100644 --- a/META.json +++ b/META.json @@ -39,15 +39,15 @@ "provides" : { "Apache::Session::Browseable" : { "file" : "lib/Apache/Session/Browseable.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::DBI" : { "file" : "lib/Apache/Session/Browseable/DBI.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::File" : { "file" : "lib/Apache/Session/Browseable/File.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::Informix" : { "file" : "lib/Apache/Session/Browseable/Informix.pm", @@ -63,7 +63,7 @@ }, "Apache::Session::Browseable::MySQLJSON" : { "file" : "lib/Apache/Session/Browseable/MySQLJSON.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::Oracle" : { "file" : "lib/Apache/Session/Browseable/Oracle.pm", @@ -71,11 +71,11 @@ }, "Apache::Session::Browseable::PgHstore" : { "file" : "lib/Apache/Session/Browseable/PgHstore.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::PgJSON" : { "file" : "lib/Apache/Session/Browseable/PgJSON.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::Postgres" : { "file" : "lib/Apache/Session/Browseable/Postgres.pm", @@ -83,7 +83,7 @@ }, "Apache::Session::Browseable::Redis" : { "file" : "lib/Apache/Session/Browseable/Redis.pm", - "version" : "v1.3.4" + "version" : "v1.3.5" }, "Apache::Session::Browseable::SQLite" : { "file" : "lib/Apache/Session/Browseable/SQLite.pm", @@ -155,6 +155,6 @@ "url" : "https://github.com/LemonLDAPNG/Apache-Session-Browseable" } }, - "version" : "v1.3.4", + "version" : "v1.3.5", "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/META.yml b/META.yml index d756c5b..5625d8d 100644 --- a/META.yml +++ b/META.yml @@ -17,13 +17,13 @@ name: Apache-Session-Browseable provides: Apache::Session::Browseable: file: lib/Apache/Session/Browseable.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::DBI: file: lib/Apache/Session/Browseable/DBI.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::File: file: lib/Apache/Session/Browseable/File.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::Informix: file: lib/Apache/Session/Browseable/Informix.pm version: v1.2.2 @@ -35,22 +35,22 @@ provides: version: v1.2.5 Apache::Session::Browseable::MySQLJSON: file: lib/Apache/Session/Browseable/MySQLJSON.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::Oracle: file: lib/Apache/Session/Browseable/Oracle.pm version: v1.2.2 Apache::Session::Browseable::PgHstore: file: lib/Apache/Session/Browseable/PgHstore.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::PgJSON: file: lib/Apache/Session/Browseable/PgJSON.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::Postgres: file: lib/Apache/Session/Browseable/Postgres.pm version: v1.3.1 Apache::Session::Browseable::Redis: file: lib/Apache/Session/Browseable/Redis.pm - version: v1.3.4 + version: v1.3.5 Apache::Session::Browseable::SQLite: file: lib/Apache/Session/Browseable/SQLite.pm version: v1.2.2 @@ -105,5 +105,5 @@ requires: resources: license: http://dev.perl.org/licenses/ repository: https://github.com/LemonLDAPNG/Apache-Session-Browseable -version: v1.3.4 +version: v1.3.5 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'