Browse Source

release 1.10.1

zhixin 9 years ago
parent
commit
e90065a88c
2 changed files with 30 additions and 28 deletions
  1. 29 27
      bootstrap-table.jquery.json
  2. 1 1
      package.json

+ 29 - 27
bootstrap-table.jquery.json

@@ -1,28 +1,30 @@
 {
-    "name": "bootstrap-table",
-    "version": "1.10.0",
-    "title": "Bootstrap Table",
-    "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
-    "author": {
-        "name": "zhixin wen",
-        "email": "wenzhixin2010@gmail.com",
-        "url": "http://wenzhixin.net.cn/"
-    },
-    "licenses": [
-        {
-            "type": "MIT License",
-            "url": "http://opensource.org/licenses/MIT"
-        }
-    ],
-    "dependencies": {
-        "jquery": ">=1.7"
-    },
-    "keywords": ["bootstrap.table"],
-    "homepage": "https://github.com/wenzhixin/bootstrap-table",
-    "demo": "http://bootstrap-table.wenzhixin.net.cn",
-    "bugs": {
-        "url": "https://github.com/wenzhixin/bootstrap-table/issues"
-    },
-    "docs": "https://github.com/wenzhixin/bootstrap-table",
-    "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
-}
+  "name": "bootstrap-table",
+  "version": "1.10.1",
+  "title": "Bootstrap Table",
+  "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
+  "author": {
+    "name": "zhixin wen",
+    "email": "wenzhixin2010@gmail.com",
+    "url": "http://wenzhixin.net.cn/"
+  },
+  "licenses": [
+    {
+      "type": "MIT License",
+      "url": "http://opensource.org/licenses/MIT"
+    }
+  ],
+  "dependencies": {
+    "jquery": ">=1.7"
+  },
+  "keywords": [
+    "bootstrap.table"
+  ],
+  "homepage": "https://github.com/wenzhixin/bootstrap-table",
+  "demo": "http://bootstrap-table.wenzhixin.net.cn",
+  "bugs": {
+    "url": "https://github.com/wenzhixin/bootstrap-table/issues"
+  },
+  "docs": "https://github.com/wenzhixin/bootstrap-table",
+  "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
+}

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "bootstrap-table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
-  "version": "1.10.0",
+  "version": "1.10.1",
   "main": "Gruntfile.js",
   "directories": {
     "doc": "docs"