From 34e8b907acc51ae3d2ff319aa4dc3b9a0aabb41b Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 2 Feb 2024 22:54:40 -0800 Subject: [PATCH] Release Magisk v27.0 --- beta.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/beta.json b/beta.json index ea417812..1a7798c8 100644 --- a/beta.json +++ b/beta.json @@ -1,12 +1,12 @@ { "magisk": { - "version": "26.4", - "versionCode": "26400", - "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.4/app-release.apk", - "note": "https://topjohnwu.github.io/Magisk/releases/26400.md" + "version": "27.0", + "versionCode": "27000", + "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@27.0/app-release.apk", + "note": "https://topjohnwu.github.io/Magisk/releases/27000.md" }, "stub": { "versionCode": "38", - "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@26.4/stub-release.apk" + "link": "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@27.0/stub-release.apk" } }