diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index be69dc1d..7b52951e 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -296,6 +296,7 @@ share/views/js/device.js share/views/js/report.js share/views/js/search.js share/views/layouts/main.tt +share/views/plugin.tt share/views/report.tt share/views/search.tt share/views/sidebar/device/ports.tt diff --git a/Netdisco/META.yml b/Netdisco/META.yml index f53ec37e..67f63622 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -67,4 +67,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.020000 +version: 2.020001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 84c237fe..a892ff83 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.020000'; +our $VERSION = '2.020001'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '')