diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2690111..b0c973a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> ## Release Notes for cordova-plugin-chromecast +### 2.0.1 (2020-11-28) + +* (ios) Bug Fix - media loaded without any metadata caused crash + ### 2.0.0 (2020-11-07) * (ios) BREAKING - Update Google Cast SDK (iOS Sender -> 4.5.2) diff --git a/package.json b/package.json index bada6db..fe5baa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-chromecast", - "version": "2.0.0", + "version": "2.0.1", "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 90b8773..fe27132 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.0.1">