From f391b138c6b1987fd006bdbe9111d375e83a8a98 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Dec 2025 05:03:14 +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 066e24b..3b371ba 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -1,5 +1,5 @@ BASE_URL=https://dl.cryptlex.com/downloads -VERSION="v3.36.0"; +VERSION="v3.37.0"; mkdir -p tmp/windows curl -O ${BASE_URL}/${VERSION}/LexActivator-Win.zip diff --git a/pom.xml b/pom.xml index aac1d95..a4c65eb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.cryptlex.lexactivator lexactivator jar - 3.36.0 + 3.37.0 LexActivator https://github.com/cryptlex/lexactivator-java LexActivator API wrapper for Java (licensing library).