Upgrade version number
Change-Id: I4e9ed6c4760d2a7c9b4c914ecd453d34850730c5
diff --git a/Changes b/Changes
index 0fc3240..b87208b 100755
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.48 2022-11-30
+
0.47 2022-11-22
- Add command to generate super_client_info file. (diewald)
- Support 'client_file' parameter as an alternative to 'client_id'
diff --git a/Dockerfile b/Dockerfile
index ad7c0ff..51198cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -137,5 +137,5 @@
LABEL description="Docker Image for Kalamar, the KorAP user frontend, including Conversion"
-# docker build -f Dockerfile -t korap/kalamar:0.44-conv --target kalamar-convert .
-# docker build -f Dockerfile -t korap/kalamar:0.44 --target kalamar .
+# docker build -f Dockerfile -t korap/kalamar:x.xx-conv --target kalamar-convert .
+# docker build -f Dockerfile -t korap/kalamar:x.xx --target kalamar .
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 8ba4cae..59ee10b 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.47';
+our $VERSION = '0.48';
# Supported version of Backend API
our $API_VERSION = '1.0';
diff --git a/package.json b/package.json
index 74ba119..b3f9627 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.47.0",
+ "version": "0.48.0",
"pluginVersion": "0.2.2",
"engines": {
"node": ">=6.0.0"