Skip to content

Commit 5de0e49

Browse files
committed
increase version to 5.1.3
1 parent 3e00135 commit 5de0e49

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## Unreleased
7+
8+
## [5.1.3]
9+
10+
#### Changed
11+
- Check custom oracle URLs in QR mode
12+
- Increase minimum firmware version to 1.0.38
713

814
## [5.1.2] - 2025-11-12
915

gaios.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6006,7 +6006,7 @@
60066006
"$(inherited)",
60076007
"@executable_path/Frameworks",
60086008
);
6009-
MARKETING_VERSION = 5.1.2;
6009+
MARKETING_VERSION = 5.1.3;
60106010
OTHER_LDFLAGS = (
60116011
"$(inherited)",
60126012
"-lc++",
@@ -6052,7 +6052,7 @@
60526052
"$(inherited)",
60536053
"@executable_path/Frameworks",
60546054
);
6055-
MARKETING_VERSION = 5.1.2;
6055+
MARKETING_VERSION = 5.1.3;
60566056
OTHER_LDFLAGS = (
60576057
"$(inherited)",
60586058
"-lc++",
@@ -6183,7 +6183,7 @@
61836183
"@executable_path/../../Frameworks",
61846184
);
61856185
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6186-
MARKETING_VERSION = 5.1.2;
6186+
MARKETING_VERSION = 5.1.3;
61876187
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
61886188
MTL_FAST_MATH = YES;
61896189
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -6225,7 +6225,7 @@
62256225
"@executable_path/../../Frameworks",
62266226
);
62276227
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6228-
MARKETING_VERSION = 5.1.2;
6228+
MARKETING_VERSION = 5.1.3;
62296229
MTL_FAST_MATH = YES;
62306230
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
62316231
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6265,7 +6265,7 @@
62656265
"@executable_path/../../Frameworks",
62666266
);
62676267
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6268-
MARKETING_VERSION = 5.1.2;
6268+
MARKETING_VERSION = 5.1.3;
62696269
MTL_FAST_MATH = YES;
62706270
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
62716271
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -7151,7 +7151,7 @@
71517151
"$(inherited)",
71527152
"@executable_path/Frameworks",
71537153
);
7154-
MARKETING_VERSION = 5.1.2;
7154+
MARKETING_VERSION = 5.1.3;
71557155
MTL_ENABLE_DEBUG_INFO = YES;
71567156
OTHER_LDFLAGS = (
71577157
"$(inherited)",

hw/Jade/JadeCommands.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class JadeCommands {
1818
public static let PIN_SERVER_ONION = "http://mrrxtq6tjpbnbm7vh5jt6mpjctn7ggyfy5wegvbeff3x7jrznqawlmid.onion/"
1919
public static let PIN_SERVERv2_HTTPS = "https://j8d.io/"
2020

21-
public static let MIN_ALLOWED_FW_VERSION = "1.0.37"
21+
public static let MIN_ALLOWED_FW_VERSION = "1.0.38"
2222
public static let FEATURE_SECURE_BOOT = "SB"
2323

2424
public let blockstreamUrls = [

0 commit comments

Comments
 (0)