Skip to content

Commit 5d86927

Browse files
committed
Bump prerelease version metadata to 4.3.2+86
- Update app and MSIX version constants - Add prerelease release metadata for 4.3.1+85 and 4.3.2+86
1 parent 1bcd8ab commit 5d86927

4 files changed

Lines changed: 46 additions & 4 deletions

File tree

lib/const/settings.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "A new Flutter project."
33

44
publish_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

88
environment:
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

release/metadata/4.3.1+85.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
}

release/metadata/4.3.2+86.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
}

0 commit comments

Comments
 (0)