Bump version
Change-Id: Ia325264a5e11cb737a7507551c342ed61a29edbd
diff --git a/Changes b/Changes
index 6137b29..607cd2f 100755
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.40 2020-10-07
+
0.39 2020-10-07
- Add information on secret file to Readme.
- Change default API endpoint to korap.ids-mannheim.de.
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 35c6637..1b0bfb2 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.39';
+our $VERSION = '0.40';
# Supported version of Backend API
our $API_VERSION = '1.0';
diff --git a/package.json b/package.json
index 8feec85..9b7a8a5 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.39.6",
+ "version": "0.40.0",
"pluginVersion": "0.2.2",
"engines": {
"node": ">=6.0.0"