Skip to content

Commit

Permalink
update version to 0.4.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed May 8, 2024
1 parent 89d797f commit 7a2b03f
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 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.4.1-rc1"
version = "0.4.1-rc2"

[workspace.dependencies]
uniffi = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/android/build.gradle.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.breez.breez_sdk'
version '0.4.1-rc1'
version '0.4.1-rc2'

buildscript {
ext.kotlin_version = '1.8.20'
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/ios/breez_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Run `pod lib lint breez_sdk.podspec` to validate before publishing.
Pod::Spec.new do |s|
s.name = 'breez_sdk'
s.version = '0.4.1-rc1'
s.version = '0.4.1-rc2'
s.summary = 'BreezSDK flutter plugin.'
s.description = <<-DESC
BreezSDK flutter plugin.
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/ios/breez_sdk.podspec.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag_version = '0.4.1-rc1'
tag_version = '0.4.1-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 libs/sdk-flutter/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.1-rc1
version: 0.4.1-rc2

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-react-native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rebuild": "rm -rf node_modules && yarn && yarn pods"
},
"dependencies": {
"@breeztech/react-native-breez-sdk": "0.4.1-rc1",
"@breeztech/react-native-breez-sdk": "0.4.1-rc2",
"@dreson4/react-native-quick-bip39": "^0.0.5",
"react": "18.1.0",
"react-native": "0.70.15",
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.4.1-rc1",
"version": "0.4.1-rc2",
"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.4.1-rc1"
version = "0.4.1-rc2"
edition = "2021"

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

0 comments on commit 7a2b03f

Please sign in to comment.