Skip to content

Commit

Permalink
Update Flutter package to version v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 25, 2024
1 parent cfd0b60 commit 2a7edf5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(TagName "v0.3.2")
set(TagName "v0.3.3")
set(LibraryVersion "breez_liquid-${TagName}")

# Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '0.3.2'
version '0.3.3'
group 'com.example.flutter_breez_liquid'

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_breez_liquid.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.3.2'
version = '0.3.3'
tag_name = "v#{version}"
release_tag_name = "breez_liquid-#{tag_name}"

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_breez_liquid
description: Flutter wrapper around Dart bindings for the Breez Liquid SDK
version: 0.3.2
version: 0.3.3
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-flutter
publish_to: 'none'
Expand Down
2 changes: 1 addition & 1 deletion pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependency_overrides:
breez_liquid:
git:
url: [email protected]:breez/breez-sdk-liquid-dart.git
ref: 0.3.2
ref: 0.3.3

0 comments on commit 2a7edf5

Please sign in to comment.