We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff38b3 commit e452c12Copy full SHA for e452c12
2 files changed
download-libs.sh
@@ -1,5 +1,5 @@
1
BASE_URL=https://dl.cryptlex.com/downloads
2
-VERSION="v4.15.0";
+VERSION="v4.16.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.15.0</version>
+ <version>4.16.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