diff --git a/README.md b/README.md index c803a37..04afcff 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In your Cargo.toml: ```toml [dependencies] -lexactivator = { version = "3.24.4"} +lexactivator = { version = "3.32.0"} ``` Simple example usage: diff --git a/download-libs.sh b/download-libs.sh index 88dc7f5..92d055f 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -2,7 +2,7 @@ set -e BASE_URL=https://dl.cryptlex.com/downloads -VERSION="v3.31.3"; +VERSION="v3.32.0"; mkdir -p tmp/windows WINDOWS_FILE_NAME="LexActivator-Win.zip"