From 6b754e63401dd58c1d2dcca4a45e241d69f2e0b8 Mon Sep 17 00:00:00 2001 From: Kirill Zyusko Date: Fri, 17 Mar 2023 11:25:30 +0400 Subject: [PATCH] chore: release 3.4.0 (#62) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4bbe393..0998add 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "react-native-wifi-p2p", - "version": "3.3.0", + "version": "3.4.0", "description": "Module for working with wifi direct (p2p) API module in android.", "repository": { "type": "git", - "url": "git+https://github.com/kirikzyusko1996/react-native-wifi-p2p.git" + "url": "git+https://github.com/kirillzyusko/react-native-wifi-p2p.git" }, - "homepage": "https://github.com/kirikzyusko1996/react-native-wifi-p2p#README.MD", + "homepage": "https://github.com/kirillzyusko/react-native-wifi-p2p#README.MD", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",