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 f0b64a5 commit 2ce4d46Copy full SHA for 2ce4d46
config.xml
@@ -1,5 +1,5 @@
1
<?xml version='1.0' encoding='utf-8'?>
2
-<widget id="com.lanceli.cnodejs" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="com.lanceli.cnodejs" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
<preference name="AutoHideSplashScreen" value="false" />
4
<preference name="ShowSplashScreenSpinner" value="false" />
5
<preference name="DisallowOverscroll" value="true" />
package.json
@@ -1,6 +1,6 @@
{
"name": "cnodejs",
- "version": "0.1.0",
+ "version": "1.0.0",
"private": true,
"dependencies": {},
6
"devDependencies": {
0 commit comments