ソースを参照

Update to v1.14.0

zhixin 6 年 前
コミット
2a181accf4
5 ファイル変更5 行追加5 行削除
  1. 1 1
      _config.yml
  2. 1 1
      bootstrap-table.jquery.json
  3. 1 1
      package.json
  4. 1 1
      src/bootstrap-table.js
  5. 1 1
      src/bootstrap-table.scss

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
 
 # Custom variables
-current_version:  1.13.5
+current_version:  1.14.0
 title:            "Bootstrap Table"
 description:      "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
 authors:          "Zhixin Wen, and Bootstrap Table contributors"

+ 1 - 1
bootstrap-table.jquery.json

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

+ 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.13.5",
+  "version": "1.14.0",
   "main": "./dist/bootstrap-table.js",
   "directories": {
     "doc": "docs"

+ 1 - 1
src/bootstrap-table.js

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

+ 1 - 1
src/bootstrap-table.scss

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