Skip to content

Commit 72a503b

Browse files
committed
Bump version to 4.3.4+88
1 parent ecd13cf commit 72a503b

3 files changed

Lines changed: 26 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 = 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

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.3+87 #version number
6+
version: 4.3.4+88 #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.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

release/metadata/4.3.4+88.json

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

0 commit comments

Comments
 (0)