From a2c611a93d7aa05210d08669dd1efa64fb630a05 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Mon, 24 Jul 2023 10:54:50 +0200 Subject: [PATCH] Update install version --- src/guide/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/install.md b/src/guide/install.md index 430b4cf..178969a 100644 --- a/src/guide/install.md +++ b/src/guide/install.md @@ -29,11 +29,11 @@ We recommend using our official Swift package: [breez/breez-sdk-swift](https://g We recommmend using the official npm package: ```console -$ npm install https://github.com/breez/breez-sdk-react-native/releases/download/0.1.2/breeztech-react-native-breez-sdk-0.1.2.tgz +$ npm install https://github.com/breez/breez-sdk-react-native/releases/download/0.1.4/breeztech-react-native-breez-sdk-0.1.4.tgz ``` or ```console -$ yarn add https://github.com/breez/breez-sdk-react-native/releases/download/0.1.2/breeztech-react-native-breez-sdk-0.1.2.tgz +$ yarn add https://github.com/breez/breez-sdk-react-native/releases/download/0.1.4/breeztech-react-native-breez-sdk-0.1.4.tgz ``` ## Go