Browse Source

Update to 1.11.0

zhixin 9 years ago
parent
commit
78283b1ce7
6 changed files with 6 additions and 18 deletions
  1. 2 2
      _config.yml
  2. 1 1
      bootstrap-table.jquery.json
  3. 0 12
      index.html
  4. 1 1
      package.json
  5. 1 1
      src/bootstrap-table.css
  6. 1 1
      src/bootstrap-table.js

+ 2 - 2
_config.yml

@@ -23,9 +23,9 @@ languages: ["en", "zh-cn", "es"]
 languages_string: ["English", "简体中文", "Español"]
 
 # Custom vars
-current_version: 1.10.1
+current_version: 1.11.0
 repo: https://github.com/wenzhixin/bootstrap-table
 website: http://wenzhixin.net.cn
 repos: http://repos.wenzhixin.net.cn
 email: wenzhixin2010@gmail.com
-master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip
+master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap-table",
-  "version": "1.10.1",
+  "version": "1.11.0",
   "title": "Bootstrap Table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
   "author": {

+ 0 - 12
index.html

@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <title></title>
-</head>
-<body>
-<script>
-    location.replace('docs' + location.hash);
-</script>
-<input checked="disabled">
-</body>
-</html>

+ 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.1",
+  "version": "1.11.0",
   "main": "Gruntfile.js",
   "directories": {
     "doc": "docs"

+ 1 - 1
src/bootstrap-table.css

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.10.1
+ * version: 1.11.0
  * https://github.com/wenzhixin/bootstrap-table/
  */
 

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.10.1
+ * version: 1.11.0
  * https://github.com/wenzhixin/bootstrap-table/
  */