We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0654d83 + 58264c6 commit 2ec577aCopy full SHA for 2ec577a
2 files changed
download-libs.sh
@@ -1,5 +1,5 @@
1
BASE_URL=https://dl.cryptlex.com/downloads
2
-VERSION="v3.39.0";
+VERSION="v3.39.1";
3
4
mkdir -p tmp/windows
5
curl -O ${BASE_URL}/${VERSION}/LexActivator-Win.zip
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.cryptlex.lexactivator</groupId>
<artifactId>lexactivator</artifactId>
6
<packaging>jar</packaging>
7
- <version>3.39.0</version>
+ <version>3.39.1</version>
8
<name>LexActivator</name>
9
<url>https://github.com/cryptlex/lexactivator-java</url>
10
<description>LexActivator API wrapper for Java (licensing library).</description>
0 commit comments