File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11SET APP_NAME = RSTGameTranslation
2- SET APP_VERSION = 4.3
2+ SET APP_VERSION = 4.4
33SET FNAME = %APP_NAME% _v%APP_VERSION% .zip
44node update-version.js
55
Original file line number Diff line number Diff line change 440440 "price" : "0" ,
441441 "priceCurrency" : "USD"
442442 } ,
443- "softwareVersion" : "4.3 " ,
443+ "softwareVersion" : "4.4 " ,
444444 "author" : {
445445 "@type" : "Person" ,
446446 "name" : "thanhkeke97"
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 >
Original file line number Diff line number Diff line change 470470 "price" : "0" ,
471471 "priceCurrency" : "VND"
472472 } ,
473- "softwareVersion" : "4.3 " ,
473+ "softwareVersion" : "4.4 " ,
474474 "author" : {
475475 "@type" : "Person" ,
476476 "name" : "thanhkeke97"
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 >
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments