Skip to content

Commit 3b6b519

Browse files
committed
Bump version to 2.5.2
1 parent ee54a90 commit 3b6b519

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

common/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ clean_up() {
231231
echo "[$(date "+%H:%M:%S")] Installation success" >>$LOG
232232
}
233233

234-
echo "# open-webview v2.5.1" > $LOG
234+
echo "# open-webview v2.5.2" > $LOG
235235
echo -e "# Author: @f3ffo (Github)\n" >>$LOG
236236
echo "[$(date "+%H:%M:%S")] Brand: $(getprop ro.product.system.brand)" >>$LOG
237237
echo "[$(date "+%H:%M:%S")] Device: $(getprop ro.product.system.device)" >>$LOG

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=open_webview
22
name=Open Webview
3-
version=2.5.1
4-
versionCode=251
3+
version=2.5.2
4+
versionCode=252
55
author=F3FFO
66
description=Open Webview change your system webview
77
minMagisk=20400

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v2.5.1",
3-
"versionCode": 251,
4-
"zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/open_webview/releases/download/v2.5.1/open-webview.zip",
2+
"version": "v2.5.2",
3+
"versionCode": 252,
4+
"zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/open_webview/releases/download/v2.5.2/open-webview.zip",
55
"changelog": "https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/open_webview/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)