diff --git a/download-libs.sh b/download-libs.sh
index cd29463..e54cf43 100755
--- a/download-libs.sh
+++ b/download-libs.sh
@@ -1,5 +1,5 @@
BASE_URL=https://dl.cryptlex.com/downloads
-VERSION="v3.35.1";
+VERSION="v3.35.2";
mkdir -p tmp/windows
curl -O ${BASE_URL}/${VERSION}/LexActivator-Win.zip
diff --git a/pom.xml b/pom.xml
index f4c5114..f3582a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.cryptlex.lexactivator
lexactivator
jar
- ${revision}
+ 3.35.2
LexActivator
https://github.com/cryptlex/lexactivator-java
LexActivator API wrapper for Java (licensing library).