Skip to content

Commit 700c0dc

Browse files
author
zhangxinxu
committed
new version number
new version number -> 1.1.1
1 parent 8e32dea commit 700c0dc

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"name": "mobilebone",
3-
<<<<<<< HEAD
4-
"version": "1.1.0",
3+
"version": "1.1.1",
54
"description": "Bone main for mobile web APP with a sigle page mode.",
6-
=======
7-
"version": "1.0.0",
8-
"description": "Bone for mobile web APP with a sigle page mode.",
9-
>>>>>>> origin/develop
105
"main": "src/mobilebone.js",
116
"directories": {
127
"test": "test"

src/mobilebone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @type string
4040
**/
41-
Mobilebone.VERSION = '1.1.0';
41+
Mobilebone.VERSION = '1.1.1';
4242

4343
/**
4444
* Whether bind events when dom ready

0 commit comments

Comments
 (0)