Skip to content

Commit bba2467

Browse files
chore(release): 3.2.5 [skip ci]
## [3.2.5](v3.2.4...v3.2.5) (2020-02-05) ### Bug Fixes * **Android:** Fixed connections being not concurrent ([c6ede32](c6ede32))
1 parent c6ede32 commit bba2467

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [3.2.5](https://github.com/Rapsssito/react-native-tcp-socket/compare/v3.2.4...v3.2.5) (2020-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **Android:** Fixed connections being not concurrent ([c6ede32](https://github.com/Rapsssito/react-native-tcp-socket/commit/c6ede3295ef3920fb4cac6285c8991de330883ec))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-tcp-socket",
33
"title": "React Native Tcp Socket",
4-
"version": "3.2.4",
4+
"version": "3.2.5",
55
"description": "React Native TCP socket API for Android & iOS",
66
"main": "src/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)