diff --git a/package.json b/package.json index 64ccca5..5c05d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-abi-filter", - "version": "1.1.3", + "version": "1.1.3-dev", "description": "Specify supported platform ABIs for your android build", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -26,6 +26,5 @@ "url": "https://github.com/Ponsen/cordova-plugin-abi-filter/issues" }, "homepage": "https://github.com/Ponsen/cordova-plugin-abi-filter#readme", - "dependencies": { - } + "dependencies": {} } diff --git a/plugin.xml b/plugin.xml index 63373e6..4bf4bd1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + cordova-plugin-abi-filter Filter desired platform ABIs from your project build. Apache 2.0 License