From 62356e1cbd7913587fae76ab2132eba5cc5fa6f8 Mon Sep 17 00:00:00 2001 From: Anton Krasovsky Date: Thu, 25 Mar 2021 18:26:12 +0000 Subject: [PATCH] Remove react-native-windows peerDependency, bump version number --- TextToSpeech.podspec | 2 +- package.json | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/TextToSpeech.podspec b/TextToSpeech.podspec index f24a69e..734f8e2 100644 --- a/TextToSpeech.podspec +++ b/TextToSpeech.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TextToSpeech" - s.version = "4.0.0" + s.version = "4.1.0" s.summary = "React Native Text-To-Speech library for Android and iOS" s.homepage = "https://github.com/ak1394/react-native-tts" diff --git a/package.json b/package.json index 2f00485..84fe0e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-tts", - "version": "4.0.0", + "version": "4.1.0", "description": "React Native Text-To-Speech module for Android and iOS", "main": "index.js", "repository": { @@ -22,8 +22,5 @@ "bugs": { "url": "https://github.com/ak1394/react-native-tts/issues" }, - "homepage": "https://github.com/ak1394/react-native-tts#readme", - "peerDependencies": { - "react-native-windows": ">=0.62" - } + "homepage": "https://github.com/ak1394/react-native-tts#readme" }