Skip to content

Commit

Permalink
Bumped version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Apr 1, 2024
1 parent 83f2880 commit fe05fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.2")
val verCode by extra(202)
val verName by extra("v2.0.3")
val verCode by extra(203)
val abiList by extra(listOf("armeabi-v7a","arm64-v8a","x86","x86_64"))
3 changes: 3 additions & 0 deletions update_metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.3
+ Bind mounts are also hidden now.

## 2.0.2
+ Fixed Magisk compatibility.

Expand Down

0 comments on commit fe05fbd

Please sign in to comment.