Skip to content

Commit

Permalink
chore: [version] bump ver & clarfiy socket example for #24
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidi committed Apr 22, 2021
1 parent a940ad5 commit 9f9f6a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9f9f6a2

Please sign in to comment.