Skip to content

Commit

Permalink
Update Breez SDK Flutter package to version v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 14, 2024
1 parent 7b48d6d commit 539d642
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.6.1'
version '0.6.2'

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.6.1'
tag_version = '0.6.2'
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.6.1
version: 0.6.2

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

0 comments on commit 539d642

Please sign in to comment.