Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mumin-khan committed Apr 4, 2024
1 parent 96274d1 commit 4ac0f60
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.21.2"}
lexactivator = { version = "3.22.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.26.0";
VERSION="v3.27.0";

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

0 comments on commit 4ac0f60

Please sign in to comment.