Skip to content

Commit

Permalink
Merge pull request #23 from cryptlex/ahmad/ci/update-version
Browse files Browse the repository at this point in the history
chore: update lexactivator version
  • Loading branch information
ahmad-kemsan authored Nov 14, 2024
2 parents e881a7c + 724d18c commit 0eb3f86
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.22.2"}
lexactivator = { version = "3.24.1"}
```

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.0";
VERSION="v3.30.2";

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

0 comments on commit 0eb3f86

Please sign in to comment.