File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ class Settings {
8686 static final Uri dicordLink = Uri .parse ("https://discord.gg/PN2uKwCqYB" );
8787
8888 static const Duration autoSaveOffset = Duration (seconds: 15 );
89- static const int versionNumber = 87 ;
90- static const String versionName = "4.3.3 " ;
89+ static const int versionNumber = 88 ;
90+ static const String versionName = "4.3.4 " ;
9191 static final Uri desktopUpdaterArchiveUrl =
9292 buildDesktopUpdaterArchiveUrl (kResolvedUpdateChannel);
9393
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: "A new Flutter project."
33
44publish_to : " none" # Remove this line if you wish to publish to pub.dev
55
6- version : 4.3.3+87 # version number
6+ version : 4.3.4+88 # version number
77
88environment :
99 sdk : " >=3.4.3 <4.0.0"
@@ -63,7 +63,7 @@ msix_config:
6363 identity_name : DaraA.IcarusValorantStrategiesLineups
6464 publisher : CN=39055448-F6AA-42E9-91F6-9CF8828C444C
6565 logo_path : windows\runner\resources\app_icon.ico
66- msix_version : 4.3.3 .0 # verion number #last 0 needs to be there for msix to work
66+ msix_version : 4.3.4 .0 # verion number #last 0 needs to be there for msix to work
6767 file_extension : .ica
6868 store : true
6969
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 4.3.4+88" ,
3+ "shortVersion" : 88 ,
4+ "title" : " 4.3.4 Release" ,
5+ "description" : " Desktop release metadata for Icarus." ,
6+ "date" : " 2026-05-11" ,
7+ "mandatory" : false ,
8+ "channels" : [
9+ " desktop" ,
10+ " prerelease" ,
11+ " stable"
12+ ],
13+ "platforms" : [
14+ " windows"
15+ ],
16+ "changes" : [
17+ {
18+ "message" : " Fixed an issue where some strategy changes could be dropped when autosave was turned off." ,
19+ "type" : " bugfix"
20+ }
21+ ]
22+ }
You can’t perform that action at this time.
0 commit comments