Skip to content

Commit

Permalink
Bump version to 12.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Apr 10, 2022
1 parent 9a7f050 commit 0755f7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
moduleAuthor = "Rikka"
moduleDescription = "Modern superuser interface implementation."
moduleVersionMinor = 6
moduleVersionPatch = 1
moduleVersionPatch = 2
moduleVersion = "v${api_version_major}.${moduleVersionMinor}.${moduleVersionPatch}"
moduleVersionCode = gitCommitCount

Expand Down
5 changes: 5 additions & 0 deletions template/magisk_module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v12.6.2 (2022-04-10)

* Temporary solution for [#35](https://github.com/RikkaApps/Sui/issues/35)
* Add `updateJson`, module now can be upgraded through Magisk app

### v12.6.1 (2022-02-23)

* Works on Android 13 DP1 (Apps use Sui/Shizuku may need changes also)
Expand Down

0 comments on commit 0755f7c

Please sign in to comment.