Update dependency to Mojolicious v8.06
Change-Id: Id111d7d2539b356b88fca9eccbaf4e766b8fa511
diff --git a/Changes b/Changes
index 1d19d04..330a70c 100755
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.31 2018-11-14
+ - Update to Mojolicious >= 8.06.
+
0.30 2018-11-13
- Rewrote backend:
- Removed dependency of Mojolicious::Plugin::Search.
diff --git a/Makefile.PL b/Makefile.PL
index b74081e..155b0c5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,13 +14,13 @@
},
LICENSE => 'freebsd',
PREREQ_PM => {
- 'Mojolicious' => '8.02',
+ 'Mojolicious' => '8.06',
'Mojolicious::Plugin::TagHelpers::Pagination' => 0.07,
'Mojolicious::Plugin::TagHelpers::MailToChiffre' => 0.09,
'Mojolicious::Plugin::ClosedRedirect' => 0.14,
'Mojolicious::Plugin::Notifications' => 1.01,
'Mojolicious::Plugin::MailException' => 0.20,
- 'Mojolicious::Plugin::CHI' => 0.15,
+ 'Mojolicious::Plugin::CHI' => 0.20,
'Mojolicious::Plugin::ClientIP' => 0.01,
'Cache::FastMmap' => 0,
'Mojo::JWT' => 0.05,
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 68b73dc..232e96b 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@
use List::Util 'none';
# Minor version - may be patched from package.json
-our $VERSION = '0.30';
+our $VERSION = '0.31';
# Supported version of Backend API
our $API_VERSION = '1.0';
diff --git a/package.json b/package.json
index 27c14f7..400f99b 100755
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "Kalamar",
"description": "Mojolicious-based Frontend for KorAP",
"license": "BSD-2-Clause",
- "version": "0.30.0",
+ "version": "0.31.0",
"pluginVersion": "0.1",
"repository" : {
"type": "git",