Skip to content

Commit 4736b21

Browse files
committed
chore(bump): versione ZL to 0.3.3 refactor patch
1 parent fa6d1ce commit 4736b21

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

module.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ext {
44
moduleName = "Zygisk-Loader Module"
55
moduleAuthor = "HanSoBored"
66
moduleDescription = "Zygisk-Loader is a dynamic payload injection module made with Rust for Zygisk."
7-
moduleVersion = "v0.3.2"
8-
moduleVersionCode = 9
7+
moduleVersion = "v0.3.3"
8+
moduleVersionCode = 10
99

1010
outDir = file("${rootProject.projectDir}/out")
1111
}

module/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zygiskloader"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
authors = ["HanSoBored <raihanzxx@gmailcom>"]
66
description = "Zygisk-Loader Zygisk module with ReZygisk API v5 support"

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v0.3.2",
3-
"versionCode": 9,
4-
"zipUrl": "https://github.com/HanSoBored/Zygisk-Loader/releases/download/v0.3.2/zygisk-loader-v0.3.2-release.zip",
5-
"changelog": "fix: race condition in JNI attachment during Zygote fork (use get_env instead of attach_current_thread_as_daemon)"
2+
"version": "v0.3.3",
3+
"versionCode": 10,
4+
"zipUrl": "https://github.com/HanSoBored/Zygisk-Loader/releases/download/v0.3.3/zygisk-loader-v0.3.3-release.zip",
5+
"changelog": "refactor: improve injection stealth with random filenames and immediate cleanup"
66
}

0 commit comments

Comments
 (0)