Browse Source

Fix #999: version error.

文翼 10 years ago
parent
commit
a6001ef414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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