Skip to content

Commit 3323c64

Browse files
author
zhangxinxu
committed
change version to 2.2.1
change version to 2.2.1
1 parent 493bac9 commit 3323c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Bone main 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
@@ -40,7 +40,7 @@
4040
*
4141
* @type string
4242
**/
43-
Mobilebone.VERSION = '2.2.0';
43+
Mobilebone.VERSION = '2.2.1';
4444

4545
/**
4646
* Whether catch attribute of href from element with tag 'a'

0 commit comments

Comments
 (0)