Skip to content

Commit 2ec577a

Browse files
authored
Merge pull request #59 from cryptlex/ci/3.39.1
chore: bump package version to 3.39.1
2 parents 0654d83 + 58264c6 commit 2ec577a

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="v3.39.0";
2+
VERSION="v3.39.1";
33

44
mkdir -p tmp/windows
55
curl -O ${BASE_URL}/${VERSION}/LexActivator-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.lexactivator</groupId>
55
<artifactId>lexactivator</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.39.0</version>
7+
<version>3.39.1</version>
88
<name>LexActivator</name>
99
<url>https://github.com/cryptlex/lexactivator-java</url>
1010
<description>LexActivator API wrapper for Java (licensing library).</description>

0 commit comments

Comments
 (0)