Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 88651d1

Browse files
committed
Bump version
1 parent b658127 commit 88651d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wilddream-mobile",
3-
"version": "1.0.0",
3+
"version": "0.1.3",
44
"description": "wilddream-mobile Project",
55
"scripts": {
66
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --colors --mode development",

wilddream-app/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.wilddream" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.wilddream" version="0.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>wilddream-mobile</name>
44
<description>
55
wilddream

wilddream-app/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "helloworld",
3-
"displayName": "HelloCordova",
4-
"version": "1.0.0",
5-
"description": "A sample Apache Cordova application that responds to the deviceready event.",
2+
"name": "wilddream-mobile",
3+
"displayName": "wilddream-mobile",
4+
"version": "0.1.3",
5+
"description": "wilddream-mobile Project",
66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
@@ -11,8 +11,8 @@
1111
"keywords": [
1212
"ecosystem:cordova"
1313
],
14-
"author": "Apache Cordova Team",
15-
"license": "Apache-2.0",
14+
"author": "wilddream-mobile Project Team",
15+
"license": "",
1616
"dependencies": {
1717
"cordova-android": "^8.1.0",
1818
"cordova-ios": "^5.1.1",

0 commit comments

Comments
 (0)