From 39eeeb14f12f91899523f327ac28441cb10f5246 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 4 Sep 2023 00:01:45 -0700 Subject: [PATCH] Release Magisk v26.3 --- beta.json | 10 +++++----- stable.json | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/beta.json b/beta.json index dcdebda9..db391336 100644 --- a/beta.json +++ b/beta.json @@ -1,12 +1,12 @@ { "magisk": { - "version": "26.2", - "versionCode": "26200", - "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.2/app-release.apk", - "note": "https://topjohnwu.github.io/Magisk/releases/26200.md" + "version": "26.3", + "versionCode": "26300", + "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.3/app-release.apk", + "note": "https://topjohnwu.github.io/Magisk/releases/26300.md" }, "stub": { "versionCode": "37", - "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.2/stub-release.apk" + "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.3/stub-release.apk" } } diff --git a/stable.json b/stable.json index 5213779b..db391336 100644 --- a/stable.json +++ b/stable.json @@ -1,12 +1,12 @@ { "magisk": { - "version": "26.1", - "versionCode": "26100", - "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.1/app-release.apk", - "note": "https://topjohnwu.github.io/Magisk/releases/26100.md" + "version": "26.3", + "versionCode": "26300", + "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.3/app-release.apk", + "note": "https://topjohnwu.github.io/Magisk/releases/26300.md" }, "stub": { - "versionCode": "36", - "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.1/stub-release.apk" + "versionCode": "37", + "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.3/stub-release.apk" } }