Skip to content

Commit

Permalink
Bumped version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Apr 12, 2024
1 parent c797376 commit 7ec3214
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ val commitHash: String by extra {

val moduleId by extra("zygisk-assistant")
val moduleName by extra("Zygisk Assistant")
val verName by extra("v2.0.3")
val verCode by extra(203)
val verName by extra("v2.0.4")
val verCode by extra(204)
val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64"))
2 changes: 1 addition & 1 deletion module/template/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name=${moduleName}
version=${versionName}
versionCode=${versionCode}
author=snake-4
description=Zygisk module to hide mounts.
description=A Zygisk module to hide root.
updateJson=https://raw.githubusercontent.com/snake-4/Zygisk-Assistant/main/update_metadata/update.json
4 changes: 4 additions & 0 deletions update_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.4
+ Fixed an issue causing root to be lost.
+ Fixed potential incompatibilities with other apps.

## 2.0.3
+ Bind mounts are also hidden now.

Expand Down

0 comments on commit 7ec3214

Please sign in to comment.