Skip to content

Commit e90065a

Browse files
committed
release 1.10.1
1 parent 92a829f commit e90065a

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

bootstrap-table.jquery.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
{
2-
"name": "bootstrap-table",
3-
"version": "1.10.0",
4-
"title": "Bootstrap Table",
5-
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
6-
"author": {
7-
"name": "zhixin wen",
8-
"email": "wenzhixin2010@gmail.com",
9-
"url": "http://wenzhixin.net.cn/"
10-
},
11-
"licenses": [
12-
{
13-
"type": "MIT License",
14-
"url": "http://opensource.org/licenses/MIT"
15-
}
16-
],
17-
"dependencies": {
18-
"jquery": ">=1.7"
19-
},
20-
"keywords": ["bootstrap.table"],
21-
"homepage": "https://github.com/wenzhixin/bootstrap-table",
22-
"demo": "http://bootstrap-table.wenzhixin.net.cn",
23-
"bugs": {
24-
"url": "https://github.com/wenzhixin/bootstrap-table/issues"
25-
},
26-
"docs": "https://github.com/wenzhixin/bootstrap-table",
27-
"download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
28-
}
2+
"name": "bootstrap-table",
3+
"version": "1.10.1",
4+
"title": "Bootstrap Table",
5+
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
6+
"author": {
7+
"name": "zhixin wen",
8+
"email": "wenzhixin2010@gmail.com",
9+
"url": "http://wenzhixin.net.cn/"
10+
},
11+
"licenses": [
12+
{
13+
"type": "MIT License",
14+
"url": "http://opensource.org/licenses/MIT"
15+
}
16+
],
17+
"dependencies": {
18+
"jquery": ">=1.7"
19+
},
20+
"keywords": [
21+
"bootstrap.table"
22+
],
23+
"homepage": "https://github.com/wenzhixin/bootstrap-table",
24+
"demo": "http://bootstrap-table.wenzhixin.net.cn",
25+
"bugs": {
26+
"url": "https://github.com/wenzhixin/bootstrap-table/issues"
27+
},
28+
"docs": "https://github.com/wenzhixin/bootstrap-table",
29+
"download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
30+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-table",
33
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"main": "Gruntfile.js",
66
"directories": {
77
"doc": "docs"

0 commit comments

Comments
 (0)