Skip to content

Commit 08230c4

Browse files
KingGorrinGithub Actions
andauthored
Hotfix v0.2.4 (#142)
* bump version * update copyright year * update flutter version * Updated native libraries --------- Co-authored-by: Github Actions <[email protected]>
1 parent 16d0923 commit 08230c4

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/syrius_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
FLUTTER_VERSION: "3.24.3"
12+
FLUTTER_VERSION: "3.29.3"
1313

1414
jobs:
1515
build-macos:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 The Zenon developers
3+
Copyright (c) 2025 The Zenon developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/embedded_node/blobs/libznn.dll

1.64 MB
Binary file not shown.

lib/embedded_node/blobs/libznn.dylib

100755100644
17.3 MB
Binary file not shown.

lib/utils/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const SizedBox kSpacingBetweenActionButtons = SizedBox(
2828
const Size kAcceleratorProgressBarSize = Size(300.0, 10.0);
2929

3030
// Wallet version
31-
const String kWalletVersion = '0.2.3';
31+
const String kWalletVersion = '0.2.4';
3232

3333
// Boxes constants
3434
const String kFavoriteTokensBox = 'favourite_tokens_box';

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"$(PROJECT_DIR)",
504504
);
505505
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
506-
MARKETING_VERSION = "v0.2.3-alphanet";
506+
MARKETING_VERSION = "v0.2.4-alphanet";
507507
PRODUCT_BUNDLE_IDENTIFIER = network.zenon.syrius;
508508
PROVISIONING_PROFILE_SPECIFIER = "";
509509
SWIFT_VERSION = 5.0;
@@ -640,7 +640,7 @@
640640
"$(PROJECT_DIR)",
641641
);
642642
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
643-
MARKETING_VERSION = "v0.2.3-alphanet";
643+
MARKETING_VERSION = "v0.2.4-alphanet";
644644
PRODUCT_BUNDLE_IDENTIFIER = network.zenon.syrius;
645645
PROVISIONING_PROFILE_SPECIFIER = "";
646646
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -667,7 +667,7 @@
667667
"$(PROJECT_DIR)",
668668
);
669669
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
670-
MARKETING_VERSION = "v0.2.3-alphanet";
670+
MARKETING_VERSION = "v0.2.4-alphanet";
671671
PRODUCT_BUNDLE_IDENTIFIER = network.zenon.syrius;
672672
PROVISIONING_PROFILE_SPECIFIER = "";
673673
SWIFT_VERSION = 5.0;

macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = s y r i u s
1111
PRODUCT_BUNDLE_IDENTIFIER = network.zenon.syrius
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2024 Zenon Network. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2025 Zenon Network. All rights reserved.

windows/runner/Runner.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363
#ifdef FLUTTER_BUILD_NUMBER
6464
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565
#else
66-
#define VERSION_AS_NUMBER 0,2,3
66+
#define VERSION_AS_NUMBER 0,2,4
6767
#endif
6868

6969
#ifdef FLUTTER_BUILD_NAME
7070
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171
#else
72-
#define VERSION_AS_STRING "v0.2.3-alphanet"
72+
#define VERSION_AS_STRING "v0.2.4-alphanet"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "s y r i u s (" VERSION_AS_STRING ")" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "syrius" "\0"
96-
VALUE "LegalCopyright", "(C) 2024 Zenon Network" "\0"
96+
VALUE "LegalCopyright", "(C) 2025 Zenon Network" "\0"
9797
VALUE "OriginalFilename", "syrius.exe" "\0"
9898
VALUE "ProductName", "syrius" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

0 commit comments

Comments
 (0)