Skip to content

Commit

Permalink
update version to 0.5.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Nov 20, 2024
1 parent 2f2506b commit c4c17e4
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.lock

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

6 changes: 3 additions & 3 deletions lib/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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.5.0-rc7"
version = "0.5.0-rc8"

[workspace.dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/bindings/langs/react-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bindings-react-native"
version = "0.5.0-rc7"
version = "0.5.0-rc8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: breez_liquid
description: Dart bindings for the Breez Liquid SDK
version: 0.5.0-rc7
version: 0.5.0-rc8
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-dart
publish_to: 'none'
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '0.5.0-rc7' // generated; do not edit
version '0.5.0-rc8' // generated; do not edit
group 'com.example.flutter_breez_liquid'

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/android/build.gradle.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '0.5.0-rc7' // generated; do not edit
version '0.5.0-rc8' // generated; do not edit
group 'com.example.flutter_breez_liquid'

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/ios/flutter_breez_liquid.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.5.0-rc7' # generated; do not edit
version = '0.5.0-rc8' # generated; do not edit

# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.5.0-rc7' # generated; do not edit
version = '0.5.0-rc8' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/macos/flutter_breez_liquid.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.5.0-rc7' # generated; do not edit
version = '0.5.0-rc8' # generated; do not edit

# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.5.0-rc7' # generated; do not edit
version = '0.5.0-rc8' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/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.5.0-rc7
version: 0.5.0-rc8
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-flutter
publish_to: 'none'
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.5.0-rc7"
versionName "0.5.0-rc8"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
buildConfigField "String", "BREEZ_API_KEY", project.property('BREEZ_API_KEY')

Expand Down
10 changes: 5 additions & 5 deletions packages/react-native/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- boost (1.76.0)
- breez_sdk_liquid (0.5.0-rc7):
- BreezSDKLiquid (= 0.5.0-rc7)
- breez_sdk_liquid (0.5.0-rc8):
- BreezSDKLiquid (= 0.5.0-rc8)
- React-Core
- breez_sdk_liquidFFI (0.5.0-rc7)
- BreezSDKLiquid (0.5.0-rc7):
- breez_sdk_liquidFFI (= 0.5.0-rc7)
- breez_sdk_liquidFFI (0.5.0-rc8)
- BreezSDKLiquid (0.5.0-rc8):
- breez_sdk_liquidFFI (= 0.5.0-rc8)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- FBLazyVector (0.70.15)
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-breez-sdk-liquid-example",
"version": "0.5.0-rc7",
"version": "0.5.0-rc8",
"private": true,
"scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",
Expand All @@ -13,7 +13,7 @@
"rebuild": "rm -rf node_modules && yarn && yarn pods"
},
"dependencies": {
"@breeztech/react-native-breez-sdk-liquid": "0.5.0-rc7",
"@breeztech/react-native-breez-sdk-liquid": "0.5.0-rc8",
"@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 packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeztech/react-native-breez-sdk-liquid",
"version": "0.5.0-rc7",
"version": "0.5.0-rc8",
"description": "React Native Breez Liquid SDK",
"repository": "https://github.com/breez/breez-sdk-liquid",
"author": "Breez <contact@breez.technology> (https://github.com/breez)",
Expand Down

0 comments on commit c4c17e4

Please sign in to comment.