Skip to content

Commit 4f4833c

Browse files
committed
2 parents 252c4c7 + a8bf477 commit 4f4833c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. Fix Status update in description bug.
1+
1. Fix Wrong icon in status issue.

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=tcp_optimiser
22
name=TCP Optimiser
3-
version=1.4
4-
versionCode=5
3+
version=1.5
4+
versionCode=6
55
author=fatalcoder524
66
description=TCP Optimisations & update tcp_cong_algo based on interface
77
updateJson=https://raw.githubusercontent.com/fatalcoder524/TCP_Optimiser_Module/main/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "1.4",
3-
"versionCode": 5,
4-
"zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-1.4-5.zip",
2+
"version": "1.5",
3+
"versionCode": 6,
4+
"zipUrl": "https://github.com/fatalcoder524/TCP_Optimiser_Module/releases/latest/download/TCP_Optimiser-1.5-6.zip",
55
"changelog": "https://raw.githubusercontent.com/fatalcoder524/TCP_Optimiser_Module/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)