Skip to content

Commit 9f9f6a2

Browse files
committed
chore: [version] bump ver & clarfiy socket example for #24
1 parent a940ad5 commit 9f9f6a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ try {
142142
} catch (err) {
143143
console.error('Error SendingTcpMSg', err);
144144
}
145+
146+
// Eventually when you're done and *after* recieving your data close the connection
145147
await conn.close();
146148
}
147149
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tor",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Tor for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)