We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38154d4 + 5fa6935 commit 39e6e3bCopy full SHA for 39e6e3b
2 files changed
download-libs.sh
@@ -1,5 +1,5 @@
1
BASE_URL=https://dl.cryptlex.com/downloads
2
-VERSION="v4.14.0";
+VERSION="v4.15.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.14.0</version>
+ <version>4.15.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