Skip to content

Commit 39e6e3b

Browse files
authored
Merge pull request #47 from cryptlex/ci/4.15.0
chore: bump package version to 4.15.0
2 parents 38154d4 + 5fa6935 commit 39e6e3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.14.0";
2+
VERSION="v4.15.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.14.0</version>
7+
<version>4.15.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)