Skip to content

Commit 29f5841

Browse files
author
zhangxinxu
committed
change version
change version to '1.0.0'
1 parent 11ec16e commit 29f5841

File tree

3 files changed

+2
-71
lines changed

3 files changed

+2
-71
lines changed

Gruntfile.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobilebone",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Bone for mobile web APP with a sigle page mode.",
55
"main": "src/mobilebone.js",
66
"directories": {

src/mobilebone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*
4646
* @type string
4747
**/
48-
Mobilebone.VERSION = '0.0.0';
48+
Mobilebone.VERSION = '1.0.0';
4949

5050
/**
5151
* Whether bind events when dom ready

0 commit comments

Comments
 (0)