Skip to content

Commit

Permalink
chore: update lexactivator version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-kemsan committed Nov 14, 2024
1 parent e881a7c commit 724d18c
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 724d18c

Please sign in to comment.