We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34949c5 commit 5cef017Copy full SHA for 5cef017
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-chromecast",
3
- "version": "1.1.0",
+ "version": "1.1.0-dev",
4
"scripts": {
5
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
6
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",
plugin.xml
@@ -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="1.1.0">
+ version="1.1.0-dev">
<engines>
7
<engine name="cordova" version=">=3.4.0" />
8
</engines>
0 commit comments