Skip to content

Commit 35ebaec

Browse files
authored
Merge pull request #27 from cryptlex/ci/update-version
chore: update version
2 parents ed21dd3 + befe1a4 commit 35ebaec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In your Cargo.toml:
1313

1414
```toml
1515
[dependencies]
16-
lexactivator = { version = "3.24.3"}
16+
lexactivator = { version = "3.24.4"}
1717
```
1818

1919
Simple example usage:

download-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
BASE_URL=https://dl.cryptlex.com/downloads
5-
VERSION="v3.30.5";
5+
VERSION="v3.31.3";
66

77
mkdir -p tmp/windows
88
WINDOWS_FILE_NAME="LexActivator-Win.zip"

0 commit comments

Comments
 (0)