diff --git a/Changes b/Changes index 007b0100..aef020f9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.053005 - 2022-08-04 + + [ENHANCEMENTS] + + * on SNMP Browser do not auto-expand branches with no data + 2.053004 - 2022-08-04 [ENHANCEMENTS] diff --git a/META.json b/META.json index e2c7030e..78efa73f 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.053004" + "version" : "2.053005" }, "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.053004", + "version" : "2.053005", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 453670bb..710a6062 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.053004' + version: '2.053005' 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.053004' +version: '2.053005' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 645a2a7b..734dea56 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.053004'; +our $VERSION = '2.053005'; use App::Netdisco::Configuration; =head1 NAME