Skip to content

Commit 433fc84

Browse files
committed
Bump version to 4.3
Update application version from 4.2 to 4.3 across the project: adjust MakeReleaseZip (zip filename), index.html and index_vi.html (schema.org softwareVersion and visible version badge), media/latest_version_checker.json (latest_version), and src/SplashManager.cs (CurrentVersion constant). Prepares and aligns files for the 4.3 release.
1 parent 12fcb41 commit 433fc84

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.2
2+
SET APP_VERSION=4.3
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
@@ -254,7 +254,7 @@
254254
"price": "0",
255255
"priceCurrency": "USD"
256256
},
257-
"softwareVersion": "4.2",
257+
"softwareVersion": "4.3",
258258
"author": {
259259
"@type": "Person",
260260
"name": "thanhkeke97"
@@ -275,7 +275,7 @@
275275
<h1>🎮 RSTGameTranslation</h1>
276276
<p>Real-time Screen Translation for Gaming</p>
277277
<div style="text-align:center;margin-top:6px;">
278-
<div class="version-badge">Version 4.2</div>
278+
<div class="version-badge">Version 4.3</div>
279279
<div>
280280
<a class="bmc-btn" href="https://www.buymeacoffee.com/thanhkeke97" target="_blank" rel="noopener noreferrer">☕ Buy me a coffee</a>
281281
</div>

index_vi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"price": "0",
262262
"priceCurrency": "VND"
263263
},
264-
"softwareVersion": "4.2",
264+
"softwareVersion": "4.3",
265265
"author": {
266266
"@type": "Person",
267267
"name": "thanhkeke97"
@@ -283,7 +283,7 @@
283283
<h1>🎮 RSTGameTranslation</h1>
284284
<p>Phần mềm Dịch Màn hình Game Thời gian thực</p>
285285
<div style="text-align:center;margin-top:6px;">
286-
<div class="version-badge">Phiên bản 4.2</div>
286+
<div class="version-badge">Phiên bản 4.3</div>
287287
<div>
288288
<a class="bmc-btn" href="https://www.buymeacoffee.com/thanhkeke97" target="_blank" rel="noopener noreferrer">☕ Ủng hộ tác giả</a>
289289
</div>

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.2;
35+
public const double CurrentVersion = 4.3;
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)