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 = 84 ;
90- static const String versionName = "4.3.0 " ;
89+ static const int versionNumber = 86 ;
90+ static const String versionName = "4.3.2 " ;
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.0+84 # version number
6+ version : 4.3.2+86 # 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.0 .0 # verion number #last 0 needs to be there for msix to work
66+ msix_version : 4.3.2 .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.1+85" ,
3+ "shortVersion" : 85 ,
4+ "title" : " 4.3.1 Release" ,
5+ "description" : " Desktop release metadata for Icarus." ,
6+ "date" : " 2026-05-09" ,
7+ "mandatory" : false ,
8+ "channels" : [
9+ " desktop" ,
10+ " prerelease"
11+ ],
12+ "platforms" : [
13+ " windows"
14+ ],
15+ "changes" : [
16+ {
17+ "message" : " Local prerelease build for updater testing." ,
18+ "type" : " other"
19+ }
20+ ]
21+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 4.3.2+86" ,
3+ "shortVersion" : 86 ,
4+ "title" : " 4.3.2 Release" ,
5+ "description" : " Desktop release metadata for Icarus." ,
6+ "date" : " 2026-05-09" ,
7+ "mandatory" : false ,
8+ "channels" : [
9+ " desktop" ,
10+ " prerelease"
11+ ],
12+ "platforms" : [
13+ " windows"
14+ ],
15+ "changes" : [
16+ {
17+ "message" : " Local prerelease build for updater testing." ,
18+ "type" : " other"
19+ }
20+ ]
21+ }
You can’t perform that action at this time.
0 commit comments