Skip to content

Commit 5ccf1d1

Browse files
committed
Bump app version to 4.4
Update project version from 4.3 to 4.4 across files for the 4.4 release. Changes include MakeReleaseZip.bat, index.html and index_vi.html (metadata and version badges), media/latest_version_checker.json (latest_version), and src/SplashManager.cs (CurrentVersion constant). Prepares release artifacts and version checks for v4.4.
1 parent 5186ac3 commit 5ccf1d1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

MakeReleaseZip.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET APP_NAME=RSTGameTranslation
2-
SET APP_VERSION=4.3
2+
SET APP_VERSION=4.4
33
SET FNAME=%APP_NAME%_v%APP_VERSION%.zip
44
node update-version.js
55

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
"price": "0",
441441
"priceCurrency": "USD"
442442
},
443-
"softwareVersion": "4.3",
443+
"softwareVersion": "4.4",
444444
"author": {
445445
"@type": "Person",
446446
"name": "thanhkeke97"
@@ -461,7 +461,7 @@
461461
<h1>🎮 RSTGameTranslation</h1>
462462
<p>Real-time Screen Translation for Gaming</p>
463463
<div style="text-align:center;margin-top:6px;">
464-
<div class="version-badge">Version 4.3</div>
464+
<div class="version-badge">Version 4.4</div>
465465
<div>
466466
<a class="bmc-btn" href="https://www.buymeacoffee.com/thanhkeke97" target="_blank" rel="noopener noreferrer">☕ Buy me a coffee</a>
467467
</div>

index_vi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
"price": "0",
471471
"priceCurrency": "VND"
472472
},
473-
"softwareVersion": "4.3",
473+
"softwareVersion": "4.4",
474474
"author": {
475475
"@type": "Person",
476476
"name": "thanhkeke97"
@@ -492,7 +492,7 @@
492492
<h1>🎮 RSTGameTranslation</h1>
493493
<p>Phần mềm Dịch Màn hình Game Thời gian thực</p>
494494
<div style="text-align:center;margin-top:6px;">
495-
<div class="version-badge">Phiên bản 4.3</div>
495+
<div class="version-badge">Phiên bản 4.4</div>
496496
<div>
497497
<a class="bmc-btn" href="https://www.buymeacoffee.com/thanhkeke97" target="_blank" rel="noopener noreferrer">☕ Ủng hộ tác giả</a>
498498
</div>

media/latest_version_checker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name":"Real Time Game Translation",
3-
"latest_version":4.3,
3+
"latest_version":4.4,
44
"message":"Download V{VERSION_STRING} now from github?"
55
}

src/SplashManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class SplashManager
3232
// Event to notify when splash screen is closed
3333
public event EventHandler? SplashClosed;
3434

35-
public const double CurrentVersion = 4.3;
35+
public const double CurrentVersion = 4.4;
3636
private const string VersionCheckerUrl = "https://raw.githubusercontent.com/thanhkeke97/RSTGameTranslation/refs/heads/main/media/latest_version_checker.json";
3737

3838
private class VersionInfo

0 commit comments

Comments
 (0)