From 9e9b0489e54c2660dce01619710e8adefb1c1a96 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 3 Sep 2021 08:07:35 +0100 Subject: [PATCH] release 2.049003 --- META.json | 6 +++--- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/META.json b/META.json index aea9efb6..f5ff2f68 100644 --- a/META.json +++ b/META.json @@ -129,7 +129,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.049002" + "version" : "2.049003" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -862,6 +862,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.049002", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "2.049003", + "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 3d64cd94..2cb533f3 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.049002' + version: '2.049003' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -594,5 +594,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.049002' +version: '2.049003' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 08412c54..ad7eafbb 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.049002'; +our $VERSION = '2.049003'; use App::Netdisco::Configuration; =head1 NAME