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 1358ce8 + 3974385 commit a59ea70Copy full SHA for a59ea70
download-libs.sh
@@ -1,5 +1,5 @@
1
BASE_URL=https://dl.cryptlex.com/downloads
2
-VERSION="v4.12.2";
+VERSION="v4.13.0";
3
4
mkdir -p tmp/windows
5
curl -O ${BASE_URL}/${VERSION}/LexFloatClient-Win.zip
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.cryptlex.lexfloatclient</groupId>
<artifactId>lexfloatclient</artifactId>
6
<packaging>jar</packaging>
7
- <version>4.12.2</version>
+ <version>4.13.0</version>
8
<name>LexFloatClient</name>
9
<url>https://github.com/cryptlex/lexfloatclient-java</url>
10
<description>LexFloatClient API wrapper for Java (floating licensing library).</description>
0 commit comments