From 64685d7fd7097f9a4e0c6fc2bb687f95fbf5b350 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Dec 2025 08:58:33 +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 cd29463..e54cf43 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -1,5 +1,5 @@ BASE_URL=https://dl.cryptlex.com/downloads -VERSION="v3.35.1"; +VERSION="v3.35.2"; mkdir -p tmp/windows curl -O ${BASE_URL}/${VERSION}/LexActivator-Win.zip diff --git a/pom.xml b/pom.xml index f4c5114..f3582a7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.cryptlex.lexactivator lexactivator jar - ${revision} + 3.35.2 LexActivator https://github.com/cryptlex/lexactivator-java LexActivator API wrapper for Java (licensing library).