diff --git a/Netdisco/Changes b/Netdisco/Changes index 6a5a1eb3..0ac79833 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.017001_003 - +2.018000 - 2013-10-08 [NEW FEATURES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index e4f3d959..c3017ff8 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -29,7 +29,7 @@ requires: Daemon::Control: 0.001 Dancer: 1.3112 Dancer::Plugin::Auth::Extensible: 0.2 - Dancer::Plugin::DBIC: 0.1802 + Dancer::Plugin::DBIC: 0.1803 File::ShareDir: 1.03 HTML::Parser: 3.7 HTTP::Tiny: 0.029 @@ -65,4 +65,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.017001_003 +version: 2.018000 diff --git a/Netdisco/Makefile.PL b/Netdisco/Makefile.PL index 42ca0b0e..be3ec6a0 100644 --- a/Netdisco/Makefile.PL +++ b/Netdisco/Makefile.PL @@ -13,7 +13,7 @@ requires 'DBIx::Class' => 0.08210; requires 'DBIx::Class::Helpers' => 2.018004; requires 'Daemon::Control' => 0.001000; requires 'Dancer' => 1.3112; -requires 'Dancer::Plugin::DBIC' => 0.1802; +requires 'Dancer::Plugin::DBIC' => 0.1803; requires 'Dancer::Plugin::Auth::Extensible' => 0.20; requires 'File::ShareDir' => 1.03; requires 'HTML::Parser' => 3.70; diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 5370cd83..23a7b9fb 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.017001_003'; +our $VERSION = '2.018000'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '') diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index 41fe1254..ad0fba31 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -35,7 +35,7 @@ but they are backwards compatible. =back -=head1 2.017001_002 +=head1 2.018000 =head2 General Notices