Skip to content

Commit

Permalink
Remove react-native-windows peerDependency, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1394 committed Mar 25, 2021
1 parent ca32705 commit 62356e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TextToSpeech.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}

0 comments on commit 62356e1

Please sign in to comment.