From 2d8b23c1c76b52b17709fad033d61461c9e33426 Mon Sep 17 00:00:00 2001 From: Lindsay-Needs-Sleep Date: Tue, 3 Nov 2020 16:58:24 -0700 Subject: [PATCH] [v2.0.0] Update iOS Google Cast SDK - minimum supported iOS is now 10.0 --- README.md | 2 +- package.json | 2 +- plugin.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8569f6..04ecbbc 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ These strings will be used when asking the user for permission to use the microp # Supports **Android** 4.4+ (7.x highest confirmed) (may support lower, untested) -**iOS** 9.0+ (14.1 highest confirmed) +**iOS** 10.0+ (14.1 highest confirmed) ## Quirks * Android 4.4 (maybe 5.x and 6.x) are not able automatically rejoin/resume a chromecast session after an app restart. diff --git a/package.json b/package.json index 34c0f61..bada6db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-chromecast", - "version": "1.1.0", + "version": "2.0.0", "scripts": { "host-chrome-tests": "node tests/www/chrome/host-tests.js", "style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js", diff --git a/plugin.xml b/plugin.xml index f5fe164..cac05b0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.0.0"> @@ -56,7 +56,7 @@ - +