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