From 5fa69359198c4294c8b1246e66c0ef917bec12db Mon Sep 17 00:00:00 2001 From: ahmad-kemsan Date: Fri, 27 Mar 2026 05:02:30 +0000 Subject: [PATCH] chore(package version): updated version --- download-libs.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download-libs.sh b/download-libs.sh index 610a8f9..ee9b9fd 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -1,5 +1,5 @@ BASE_URL=https://dl.cryptlex.com/downloads -VERSION="v4.14.0"; +VERSION="v4.15.0"; mkdir -p tmp/windows curl -O ${BASE_URL}/${VERSION}/LexFloatClient-Win.zip diff --git a/pom.xml b/pom.xml index a643c75..5dcc980 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.cryptlex.lexfloatclient lexfloatclient jar - 4.14.0 + 4.15.0 LexFloatClient https://github.com/cryptlex/lexfloatclient-java LexFloatClient API wrapper for Java (floating licensing library).