Skip to content

Commit 5cef017

Browse files
[v1.1.0-dev]
1 parent 34949c5 commit 5cef017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "1.1.0",
3+
"version": "1.1.0-dev",
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="1.1.0">
5+
version="1.1.0-dev">
66
<engines>
77
<engine name="cordova" version=">=3.4.0" />
88
</engines>

0 commit comments

Comments
 (0)