From 5cefc8aeacb6567d754ad91200a27dacf9ccd17a Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 10 May 2024 10:00:49 +0200 Subject: [PATCH] chore: version bump --- example/ios/Podfile.lock | 4 ++-- lib/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2f06e8b7..1efbf950 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -316,7 +316,7 @@ PODS: - React-jsinspector (0.72.4) - React-logger (0.72.4): - glog - - react-native-ldk (0.0.137): + - react-native-ldk (0.0.139): - React - react-native-randombytes (3.6.1): - React-Core @@ -621,7 +621,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77 - react-native-ldk: a292b13294c179e89a922ae7b357ace4f34b3a7f + react-native-ldk: c8a4bdf3fa122794a0f3c52f6926cf7ccba1e3ea react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846 react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989 React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f diff --git a/lib/package.json b/lib/package.json index 683b41a3..446937b2 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@synonymdev/react-native-ldk", "title": "React Native LDK", - "version": "0.0.138", + "version": "0.0.139", "description": "React Native wrapper for LDK", "main": "./dist/index.js", "types": "./dist/index.d.ts",