diff --git a/Bitkit.xcodeproj/project.pbxproj b/Bitkit.xcodeproj/project.pbxproj index bdf90e7ab..1ca93702d 100644 --- a/Bitkit.xcodeproj/project.pbxproj +++ b/Bitkit.xcodeproj/project.pbxproj @@ -1201,7 +1201,7 @@ repositoryURL = "https://github.com/synonymdev/bitkit-core"; requirement = { kind = exactVersion; - version = 0.1.74; + version = 0.1.75; }; }; 96E20CD22CB6D91A00C24149 /* XCRemoteSwiftPackageReference "CodeScanner" */ = { diff --git a/Bitkit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Bitkit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index da128ae92..a1debc138 100644 --- a/Bitkit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Bitkit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/synonymdev/bitkit-core", "state" : { - "revision" : "201e37b1951d9ec68e7c46d2534314afe5ccac3c", - "version" : "0.1.74" + "revision" : "496c08423885b211300a973dad9675df5ecdbaa6", + "version" : "0.1.75" } }, { diff --git a/changelog.d/hotfix/610.fixed.md b/changelog.d/hotfix/610.fixed.md new file mode 100644 index 000000000..af216c389 --- /dev/null +++ b/changelog.d/hotfix/610.fixed.md @@ -0,0 +1 @@ +Improved LNURL-pay payment handling.