Skip to content

Commit

Permalink
Merge pull request #24 from cryptlex/ahmad/ci/update-version
Browse files Browse the repository at this point in the history
ci: update lexactivator version
  • Loading branch information
ahmad-kemsan authored Nov 27, 2024
2 parents 0eb3f86 + 04f2222 commit e84cae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In your Cargo.toml:

```toml
[dependencies]
lexactivator = { version = "3.24.1"}
lexactivator = { version = "3.24.2"}
```

Simple example usage:
Expand Down
2 changes: 1 addition & 1 deletion download-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

BASE_URL=https://dl.cryptlex.com/downloads
VERSION="v3.30.2";
VERSION="v3.30.4";

mkdir -p tmp/windows
WINDOWS_FILE_NAME="LexActivator-Win.zip"
Expand Down

0 comments on commit e84cae2

Please sign in to comment.