Skip to content

Commit 8efcebe

Browse files
authored
Merge pull request #25 from cryptlex/ahmad/ci/update-version
ci: update lexactivator version
2 parents e84cae2 + 384189d commit 8efcebe

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.2"}
16+
lexactivator = { version = "3.24.3"}
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.4";
5+
VERSION="v3.30.5";
66

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

0 commit comments

Comments
 (0)