Bump version to v0.62
Change-Id: I740f43fb548b7194d98bdf781ca3bab07c0e942e
diff --git a/Changes b/Changes
index 1b39dcc..8e75fa7 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.62 2025-12-05
+ - Fixed white box under query field glitch (kupietz, diewald)
+ - Add translations of api, data, development and faq (wilm, stallkamp)
+ - CI: Fix docker build and slimming pipeline (kupietz)
+
0.61 2025-11-07
- Share UPOS morphological hint configuration across foundries (kupietz)
- Extend spaCy hint helper with UPOS and morphology support (kupietz)
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 182107b..9944e1b 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.61';
+our $VERSION = '0.62';
# Supported version of Backend API
our $API_VERSION = '1.0';
diff --git a/package.json b/package.json
index 2b28714..e47a4f7 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.61.0",
+ "version": "0.62.0",
"pluginVersion": "0.2.3",
"engines": {
"node": ">=6.0.0"