From 9f9f6a23d2a6150e5359656b737629aa1661fa24 Mon Sep 17 00:00:00 2001 From: Gus Date: Thu, 22 Apr 2021 12:23:13 -0400 Subject: [PATCH] chore: [version] bump ver & clarfiy socket example for #24 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde3993..a117af5 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ try { } catch (err) { console.error('Error SendingTcpMSg', err); } + +// Eventually when you're done and *after* recieving your data close the connection await conn.close(); } ``` diff --git a/package.json b/package.json index 196af5d..7d1610b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-tor", - "version": "0.1.6", + "version": "0.1.7", "description": "Tor for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",