From bbc467421399691fea7d1bf95c55bb4032de4d9e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 3 Aug 2022 22:01:59 +0100 Subject: [PATCH] release 2.053003 --- Changes | 6 ++++++ META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 938cda75..7ab552ab 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.053003 - 2022-08-03 + + [ENHANCEMENTS] + + * #843 api tokens extended if login again when valid + 2.053002 - 2022-08-03 [NEW FEATURES] diff --git a/META.json b/META.json index c45d1c0c..c2a6ee2c 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.053002" + "version" : "2.053003" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -907,6 +907,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.053002", + "version" : "2.053003", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 045068cc..760e6d05 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.053002' + version: '2.053003' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -626,5 +626,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.053002' +version: '2.053003' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 6e5d2cd9..623dd9b6 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.053002'; +our $VERSION = '2.053003'; use App::Netdisco::Configuration; =head1 NAME