From 53efa29ad262e553505e743412782a2ec0d09435 Mon Sep 17 00:00:00 2001 From: ugi Date: Mon, 7 Sep 2020 00:56:19 +0200 Subject: [PATCH] add new version 1.1.4 --- README.md | 2 +- VERSION | 2 +- plugin/README.md | 2 +- plugin/package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c8aad85..6957a24 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Current version: - 1.1.3 + 1.1.4 Troubles? diff --git a/VERSION b/VERSION index 781dcb0..65087b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3 +1.1.4 diff --git a/plugin/README.md b/plugin/README.md index c8aad85..6957a24 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -7,7 +7,7 @@ Current version: - 1.1.3 + 1.1.4 Troubles? diff --git a/plugin/package.json b/plugin/package.json index eea7151..660fb5f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "react-native-play-install-referrer", - "version": "1.1.3", + "version": "1.1.4", "description": "Play Install Referrer Library wrapper for React Native", "main": "index.js", "repository": { @@ -20,5 +20,5 @@ "bugs": { "url": "https://github.com/ugi/play-install-referrer-react-native/issues" }, - "homepage": "https://github.com/ugi/play-install-referrer-react-native" + "homepage": "https://github.com/ugi/play-install-referrer-react-native/plugin" }