浏览代码

Release v0.2.2

nghuuphuoc 12 年之前
父节点
当前提交
c934d169a1
共有 5 个文件被更改,包括 6 次插入6 次删除
  1. 2 2
      CHANGELOG.md
  2. 1 1
      dist/css/bootstrapValidator.min.css
  3. 1 1
      dist/js/bootstrapValidator.js
  4. 1 1
      dist/js/bootstrapValidator.min.js
  5. 1 1
      package.json

+ 2 - 2
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Change Log
 
-## v0.2.2
+## v0.2.2 (2014-01-07)
 
 * [#15: Focus to the first invalid element](https://github.com/nghuuphuoc/bootstrapvalidator/issues/15)
 * [#31: ```remote``` validator: Allow to set additional data to remote URL](https://github.com/nghuuphuoc/bootstrapvalidator/issues/31)
@@ -9,7 +9,7 @@
 * [#40: Fix the issue when the form label doesn't have class](https://github.com/nghuuphuoc/bootstrapvalidator/issues/40)
 * [#43: Only validate not empty field](https://github.com/nghuuphuoc/bootstrapvalidator/issues/43)
 
-##v0.2.1 (2013-11-08)
+## v0.2.1 (2013-11-08)
 
 * [#29: Upgrade Bootstrap to v3.0.2](https://github.com/nghuuphuoc/bootstrapvalidator/issues/29)
 * [#30: Hide the error block containers before validating](https://github.com/nghuuphuoc/bootstrapvalidator/issues/30)

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -1,5 +1,5 @@
 /**
- * BootstrapValidator v0.2.2-dev (http://github.com/nghuuphuoc/bootstrapvalidator)
+ * BootstrapValidator v0.2.2 (http://github.com/nghuuphuoc/bootstrapvalidator)
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -1,5 +1,5 @@
 /**
- * BootstrapValidator v0.2.2-dev (http://github.com/nghuuphuoc/bootstrapvalidator)
+ * BootstrapValidator v0.2.2 (http://github.com/nghuuphuoc/bootstrapvalidator)
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *

+ 1 - 1
dist/js/bootstrapValidator.min.js

@@ -1,5 +1,5 @@
 /**
- * BootstrapValidator v0.2.2-dev (http://github.com/nghuuphuoc/bootstrapvalidator)
+ * BootstrapValidator v0.2.2 (http://github.com/nghuuphuoc/bootstrapvalidator)
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  *

+ 1 - 1
package.json

@@ -13,5 +13,5 @@
     "grunt-contrib-cssmin": "~0.6.2",
     "grunt-contrib-copy": "~0.4.1"
   },
-  "version": "0.2.2-dev"
+  "version": "0.2.2"
 }