diff --git a/Changes b/Changes index 1a375692..b4237460 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.038002 - 2018-01-02 +2.038002_001 - 2018-01-02 [ENHANCEMENTS] diff --git a/MANIFEST b/MANIFEST index 2bcc018e..c903971d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -272,6 +272,7 @@ share/public/font/FontAwesome.otf share/public/images/crystalclear_mag.png share/public/images/diagona_settings.png share/public/images/dusseldorf_settings.png +share/public/images/favicon.ico share/public/images/glyphicons_072_bookmark.png share/public/images/matte_basic_pin.png share/public/images/navbar_disco.png @@ -286,8 +287,8 @@ share/public/images/tango_sweep.png share/public/images/vaga_copy.png share/public/javascripts/bootstrap.min.js share/public/javascripts/bootstrap2-toggle.min.js +share/public/javascripts/d3-3.5.17.min.js share/public/javascripts/d3-force-network-chart.js -share/public/javascripts/d3.min.js share/public/javascripts/dataTables.bootstrap.js share/public/javascripts/dataTables.ip-address-detect.js share/public/javascripts/dataTables.ip-address-sort.js diff --git a/META.json b/META.json index fda8774d..ea890675 100644 --- a/META.json +++ b/META.json @@ -105,7 +105,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.038001" + "version" : "2.038002_001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -751,14 +751,14 @@ "file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm" } }, - "release_status" : "stable", + "release_status" : "testing", "resources" : { "bugtracker" : { "web" : "https://github.com/netdisco/netdisco/issues" }, "homepage" : "http://netdisco.org/", "license" : [ - "http://opensource.org/licenses/bsd-license.php" + "http://opensource.org/licenses/BSD-3-Clause" ], "repository" : { "url" : "https://github.com/netdisco/netdisco" @@ -766,6 +766,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.038001", + "version" : "2.038002_001", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index 8c72e540..7266c985 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.038001' + version: 2.038002_001 App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -524,7 +524,7 @@ resources: MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users bugtracker: https://github.com/netdisco/netdisco/issues homepage: http://netdisco.org/ - license: http://opensource.org/licenses/bsd-license.php + license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.038001' +version: 2.038002_001 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 8b643995..df3773c7 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.038001'; +our $VERSION = '2.038002_001'; use App::Netdisco::Configuration; =head1 NAME