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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Mar 1, 2022
1 parent b658127 commit 88651d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wilddream-mobile",
"version": "1.0.0",
"version": "0.1.3",
"description": "wilddream-mobile Project",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --colors --mode development",
Expand Down
2 changes: 1 addition & 1 deletion wilddream-app/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.wilddream" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.wilddream" version="0.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>wilddream-mobile</name>
<description>
wilddream
Expand Down
12 changes: 6 additions & 6 deletions wilddream-app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "helloworld",
"displayName": "HelloCordova",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"name": "wilddream-mobile",
"displayName": "wilddream-mobile",
"version": "0.1.3",
"description": "wilddream-mobile Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -11,8 +11,8 @@
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"author": "wilddream-mobile Project Team",
"license": "",
"dependencies": {
"cordova-android": "^8.1.0",
"cordova-ios": "^5.1.1",
Expand Down

0 comments on commit 88651d1

Please sign in to comment.