From 7feb0c5e8513c4aeb0b91ace2ae9c25c71821bc9 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 19 Apr 2017 22:18:11 +0100 Subject: [PATCH] release 2.035001 --- Changes | 2 +- META.json | 7 ++++--- META.yml | 5 +++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 7fd08641..7f8e0a86 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.035000 - 2017-04-19 +2.035001 - 2017-04-19 [ENHANCEMENTS] diff --git a/META.json b/META.json index bed4ddc1..74655b4a 100644 --- a/META.json +++ b/META.json @@ -98,7 +98,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.035000" + "version" : "2.035001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -119,7 +119,8 @@ "file" : "lib/App/Netdisco/Core/Nbtstat.pm" }, "App::Netdisco::DB" : { - "file" : "lib/App/Netdisco/DB.pm" + "file" : "lib/App/Netdisco/DB.pm", + "version" : "41" }, "App::Netdisco::DB::ExplicitLocking" : { "file" : "lib/App/Netdisco/DB/ExplicitLocking.pm" @@ -635,5 +636,5 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.035000" + "version" : "2.035001" } diff --git a/META.yml b/META.yml index 27652bb6..85a5cd22 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.035000' + version: '2.035001' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Configuration: @@ -33,6 +33,7 @@ provides: file: lib/App/Netdisco/Core/Nbtstat.pm App::Netdisco::DB: file: lib/App/Netdisco/DB.pm + version: '41' App::Netdisco::DB::ExplicitLocking: file: lib/App/Netdisco/DB/ExplicitLocking.pm App::Netdisco::DB::Result::Admin: @@ -436,4 +437,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.035000' +version: '2.035001' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index c29078eb..32f19ab3 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.035000'; +our $VERSION = '2.035001'; use App::Netdisco::Configuration; use Module::Find ();