diff --git a/Changes b/Changes index beb74ce5..8e3ba991 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.057007 - 2022-10-04 + + [BUG FIXES] + + * fix ordering of device ports table column headers + 2.057006 - 2022-09-30 [ENHANCEMENTS] diff --git a/META.json b/META.json index 08fa62e7..7e195399 100644 --- a/META.json +++ b/META.json @@ -136,7 +136,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.057006" + "version" : "2.057007" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -911,6 +911,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.057006", + "version" : "2.057007", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 316e9859..48ec6847 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.057006' + version: '2.057007' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -629,5 +629,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.057006' +version: '2.057007' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index c9409186..29a90d72 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.057006'; +our $VERSION = '2.057007'; use App::Netdisco::Configuration; =head1 NAME