Skip to content

Commit

Permalink
chore(native libs): updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 2, 2024
1 parent 18baa04 commit 398d360
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_libs/download_libs.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
baseURL := "https://dl.cryptlex.com/downloads/"
libVersion := "v3.25.0";
libVersion := "v3.25.1";
basePath := "./libs/"
fmt.Println("Downloading LexActivator libs " + libVersion + " ...")
url := baseURL + libVersion + "/LexActivator-Static-Mac.zip"
Expand Down
Binary file modified libs/darwin_amd64/libLexActivator.a
Binary file not shown.
Binary file modified libs/linux_amd64/libLexActivator.a
Binary file not shown.
Binary file modified libs/linux_arm64/libLexActivator.a
Binary file not shown.
Binary file modified libs/windows_amd64/LexActivator.dll
Binary file not shown.

0 comments on commit 398d360

Please sign in to comment.