From 910e24672ec1e01b2a37620f178161d40f67d62f Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 22 Apr 2022 09:55:04 +0100 Subject: [PATCH] release 2.052005 --- Changes | 2 +- META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index ee489b0d..b565ce00 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.052004 - 2022-04-22 +2.052005 - 2022-04-22 [BUG FIXES] diff --git a/META.json b/META.json index 67e782b5..eb43bb2e 100644 --- a/META.json +++ b/META.json @@ -134,7 +134,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.052004" + "version" : "2.052005" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -897,6 +897,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.052004", + "version" : "2.052005", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index e68ca9ae..0b3bde4a 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.052004' + version: '2.052005' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -619,5 +619,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.052004' +version: '2.052005' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 34665068..0cafb18f 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.052004'; +our $VERSION = '2.052005'; use App::Netdisco::Configuration; =head1 NAME