Skip to content

Commit

Permalink
[v2.0.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay-Needs-Sleep committed Nov 28, 2020
1 parent 94aa4a6 commit 6bee8d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-chromecast"
version="2.0.0">
version="2.0.1">
<engines>
<engine name="cordova" version=">=3.4.0" />
</engines>
Expand Down

0 comments on commit 6bee8d6

Please sign in to comment.