From 6eed74bdd3eb9d0ce824bae50762bedc398ccf42 Mon Sep 17 00:00:00 2001 From: Phillip Baker Date: Thu, 27 Jun 2019 21:28:43 -0400 Subject: [PATCH] Update package info, version. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e698267..1d56780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-tcp", - "version": "3.3.0", + "version": "3.3.1", "description": "node's net API for react-native", "main": "TcpSockets.js", "scripts": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/PeelTechnologies/react-native-tcp" + "url": "https://github.com/aprock/react-native-tcp" }, "keywords": [ "react-component", @@ -29,9 +29,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/PeelTechnologies/react-native-tcp/issues" + "url": "https://github.com/aprock/react-native-tcp/issues" }, - "homepage": "https://github.com/PeelTechnologies/react-native-tcp", + "homepage": "https://github.com/aprock/react-native-tcp", "peerDependencies": { "react-native": ">=0.40.0" },