diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index f6414979..1b16ecbf 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -144,7 +144,6 @@ MANIFEST This list of files META.yml share/config.yml share/environments/deployment.yml -share/environments/development.yml share/public/500.html share/public/css/bootstrap.min.css share/public/css/font-awesome.min.css diff --git a/Netdisco/META.yml b/Netdisco/META.yml index c75e0b37..06f403d4 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -59,4 +59,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.007000_002 +version: 2.007000_003 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 717e8c8f..4adb7ffb 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.007000_002'; +our $VERSION = '2.007000_003'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '')