Skip to content

Commit

Permalink
Update Breez SDK Flutter package to version v0.5.1-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent 133dbdf commit e377e3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.breez.breez_sdk'
version '0.5.1-rc1'
version '0.5.1-rc3'

buildscript {
ext.kotlin_version = '1.8.20'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ConfirmTransactionTask : TaskProtocol {
}

do {
try breezSDK.processReverseSwap(lockupAddress: address)
try breezSDK.claimReverseSwap(lockupAddress: address)
self.logger.log(tag: TAG, line: "Found reverse swap for \(address)", level: "DEBUG")
} catch let e {
self.logger.log(tag: TAG, line: "Failed to process reverse swap: \(e)", level: "ERROR")
Expand Down
2 changes: 1 addition & 1 deletion ios/breez_sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag_version = '0.5.1-rc1'
tag_version = '0.5.1-rc3'
framework = 'breez_sdkFFI.xcframework'
lib_name = "breez-sdkFFI.#{tag_version}"
url = "https://github.com/breez/breez-sdk-swift/releases/download/#{tag_version}/#{framework}.zip"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: breez_sdk
description: Flutter bindings for the Breez SDK
repository: https://github.com/breez/breez-sdk-flutter
version: 0.5.1-rc1
version: 0.5.1-rc3

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit e377e3a

Please sign in to comment.