diff --git a/README.md b/README.md index fab638d..bc0d7da 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In your Cargo.toml: ```toml [dependencies] -lexactivator = { version = "3.24.2"} +lexactivator = { version = "3.24.3"} ``` Simple example usage: diff --git a/download-libs.sh b/download-libs.sh index 1529ce8..dcc2a35 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -2,7 +2,7 @@ set -e BASE_URL=https://dl.cryptlex.com/downloads -VERSION="v3.30.4"; +VERSION="v3.30.5"; mkdir -p tmp/windows WINDOWS_FILE_NAME="LexActivator-Win.zip"