Introduce intermediate docker release

Change-Id: I5013005bc292c52007289ad78a28d5797151d0c0
diff --git a/Changes b/Changes
index b81aab5..f0689a2 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.59 2025-01-23
+0.60 2025-01-23
         - Create top navbar and modify sidebar. (uyen-nhu)
         - Improve appearance of title-addon on logo. (uyen-nhu)
         - Create and style new item on top navbar for 'News'. (uyen-nhu)
@@ -15,6 +15,9 @@
         - Fix test that wrongly required SSL support. (diewald)
         - URLs for plugins are mandatory (closes #233; hebasta)
 
+0.59 2025-03-28
+        - Docker only release (diewald)
+
 0.58 2024-11-15
         - Cookie path is settable now (hebasta)
         - Fix meta table view for key value pairs (diewald)
diff --git a/Dockerfile b/Dockerfile
index 02115f1..b32fe30 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -100,7 +100,7 @@
 
 # docker build -f Dockerfile -t korap/kalamar:x.xx-large --target kalamar .
 
-# Slimming (https://github.com/slimtoolkit/slim):
+# Slimming (https://github.com/slimtoolkit/slim or https://github.com/mintoolkit/mint):
 # slim build --http-probe=true \
 #            --exec="perl Makefile.PL && make test && unzip -v" \
 #            --include-workdir=true \
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 8074856..cd23dbf 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@
 use List::Util qw!none uniq!;
 
 # Minor version - may be patched from package.json
-our $VERSION = '0.59';
+our $VERSION = '0.60';
 
 # Supported version of Backend API
 our $API_VERSION = '1.0';
diff --git a/package.json b/package.json
index eaf1196..aac2f48 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "Kalamar",
   "description": "Mojolicious-based Frontend for KorAP",
   "license": "BSD-2-Clause",
-  "version": "0.59.1",
+  "version": "0.60.0",
   "pluginVersion": "0.2.3",
   "engines": {
     "node": ">=6.0.0"