Skip to content

Commit

Permalink
Bump version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
F3FFO committed Dec 16, 2024
1 parent ee54a90 commit 3b6b519
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3b6b519

Please sign in to comment.