Skip to content

Commit

Permalink
Update Breez SDK Flutter package to version v0.4.2-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 16, 2024
1 parent f896e3d commit c38fc55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.2-rc1'
version '0.4.2-rc2'

buildscript {
ext.kotlin_version = '1.8.20'
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.4.2-rc1'
tag_version = '0.4.2-rc2'
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.4.2-rc1
version: 0.4.2-rc2

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

0 comments on commit c38fc55

Please sign in to comment.