Skip to content

Commit 6bee8d6

Browse files
[v2.0.1]
1 parent 94aa4a6 commit 6bee8d6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
-->
2121
## Release Notes for cordova-plugin-chromecast
2222

23+
### 2.0.1 (2020-11-28)
24+
25+
* (ios) Bug Fix - media loaded without any metadata caused crash
26+
2327
### 2.0.0 (2020-11-07)
2428

2529
* (ios) BREAKING - Update Google Cast SDK (iOS Sender -> 4.5.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-chromecast",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"scripts": {
55
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
66
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-chromecast"
5-
version="2.0.0">
5+
version="2.0.1">
66
<engines>
77
<engine name="cordova" version=">=3.4.0" />
88
</engines>

0 commit comments

Comments
 (0)