Skip to content

Commit

Permalink
Merge commit '72526df4aa9e0b44800f4fcf3383b4de9521f4a7'
Browse files Browse the repository at this point in the history
* commit '72526df4aa9e0b44800f4fcf3383b4de9521f4a7':
  Add Python 3.11 and 3.12 support
  Revert "Temporary change python package name"
  Temporary change python package name
  upgrade versions to 0.2.9
  • Loading branch information
roeierez committed Nov 16, 2023
2 parents 3a7fd3e + 72526df commit 4c1f064
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.7"
version = "0.2.9"

[workspace.dependencies]
uniffi = "0.23.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/sdk-flutter/ios/breez_sdk.podspec.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'breez_sdk'
s.version = '0.2.7'
s.version = '0.2.9'
s.summary = 'BreezSDK flutter plugin.'
s.description = <<-DESC
BreezSDK flutter plugin.
Expand All @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = {'STRIP_STYLE' => 'non-global', 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'
s.dependency "breez_sdkFFI", "0.2.7"
s.dependency "breez_sdkFFI", "0.2.9"
end
2 changes: 1 addition & 1 deletion libs/sdk-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: breez_sdk
description: A new flutter plugin project.
version: 0.2.8
version: 0.2.9
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeztech/react-native-breez-sdk",
"version": "0.2.7",
"version": "0.2.9",
"description": "React Native Breez SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
4 changes: 2 additions & 2 deletions tools/sdk-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/sdk-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breez-sdk-cli"
version = "0.2.7"
version = "0.2.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4c1f064

Please sign in to comment.