commit | e71bd6d196e0796fc62b1481d51063f5d0d619f6 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Jun 11 15:47:39 2024 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Jun 12 16:24:28 2024 +0200 |
tree | 2fdfe6bf1033b851ed97cc07a4b03ef3d788f121 | |
parent | 87cf8664a0e106a3ed2161a12cbb1eeb441d20c5 [diff] [blame] |
Correctly propagate frontend call warnings (fixes #211) Change-Id: Ia571b8e6b0ba0a4edbf0501254ce2bc115f18cf6
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm index 31cefb6..2afe546 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.54'; +our $VERSION = '0.55'; # Supported version of Backend API our $API_VERSION = '1.0';