Skip to content

Commit

Permalink
Update Flutter package to version v0.3.5-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 26, 2024
1 parent bf303df commit daff3da
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.4")
set(TagName "v0.3.5-dev1")
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.4'
version '0.3.5-dev1'
group 'com.example.flutter_breez_liquid'

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/breez_sdk_liquid.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ typedef struct wire_cst_config {
} wire_cst_config;

typedef struct wire_cst_connect_request {
struct wire_cst_list_prim_u_8_strict *mnemonic;
struct wire_cst_config config;
struct wire_cst_list_prim_u_8_strict *mnemonic;
} wire_cst_connect_request;

typedef struct wire_cst_aes_success_action_data_decrypted {
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.4'
version = '0.3.5-dev1'
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.4
version: 0.3.5-dev1
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.4
ref: 0.3.5-dev1

0 comments on commit daff3da

Please sign in to comment.