From 3b6b5193684d1e215e423e5b0adabb004a95ff3f Mon Sep 17 00:00:00 2001 From: F3FFO Date: Mon, 16 Dec 2024 23:28:26 +0100 Subject: [PATCH] Bump version to 2.5.2 --- common/install.sh | 2 +- module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/install.sh b/common/install.sh index 8a5b2e1..b3cb3ce 100755 --- a/common/install.sh +++ b/common/install.sh @@ -231,7 +231,7 @@ clean_up() { echo "[$(date "+%H:%M:%S")] Installation success" >>$LOG } -echo "# open-webview v2.5.1" > $LOG +echo "# open-webview v2.5.2" > $LOG echo -e "# Author: @f3ffo (Github)\n" >>$LOG echo "[$(date "+%H:%M:%S")] Brand: $(getprop ro.product.system.brand)" >>$LOG echo "[$(date "+%H:%M:%S")] Device: $(getprop ro.product.system.device)" >>$LOG diff --git a/module.prop b/module.prop index 259cbec..6c8d378 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=open_webview name=Open Webview -version=2.5.1 -versionCode=251 +version=2.5.2 +versionCode=252 author=F3FFO description=Open Webview change your system webview minMagisk=20400 diff --git a/update.json b/update.json index 35dcde1..1aa856d 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v2.5.1", - "versionCode": 251, - "zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/open_webview/releases/download/v2.5.1/open-webview.zip", + "version": "v2.5.2", + "versionCode": 252, + "zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/open_webview/releases/download/v2.5.2/open-webview.zip", "changelog": "https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/open_webview/master/CHANGELOG.md" }