Skip to content

Commit a59ea70

Browse files
authored
Merge pull request #41 from cryptlex/ci/4.13.0
chore: bump package version to 4.13.0
2 parents 1358ce8 + 3974385 commit a59ea70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

download-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BASE_URL=https://dl.cryptlex.com/downloads
2-
VERSION="v4.12.2";
2+
VERSION="v4.13.0";
33

44
mkdir -p tmp/windows
55
curl -O ${BASE_URL}/${VERSION}/LexFloatClient-Win.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.cryptlex.lexfloatclient</groupId>
55
<artifactId>lexfloatclient</artifactId>
66
<packaging>jar</packaging>
7-
<version>4.12.2</version>
7+
<version>4.13.0</version>
88
<name>LexFloatClient</name>
99
<url>https://github.com/cryptlex/lexfloatclient-java</url>
1010
<description>LexFloatClient API wrapper for Java (floating licensing library).</description>

0 commit comments

Comments
 (0)