@@ -1,5 +1,11 @@
# Change Log
+## v0.5.1 (not released yet)
+
+__Language Packages__
+* [#505](https://github.com/nghuuphuoc/bootstrapvalidator/pull/505): Czech language package, thanks to [@AdwinTrave](https://github.com/AdwinTrave)
## v0.5.0 (2015-07-14)
__New Features__
@@ -4,6 +4,7 @@ I would like to give big thanks to the following contributors:
* [@aca02djr](https://github.com/aca02djr)
* [@adgrafik](https://github.com/adgrafik)
+* [@AdwinTrave](https://github.com/AdwinTrave)
* [@AlaskanShade](https://github.com/AlaskanShade)
* [@alavers](https://github.com/alavers)
* [@Azuka](https://github.com/Azuka)
@@ -1,6 +1,6 @@
{
"name": "bootstrapValidator",
- "version": "0.5.0",
+ "version": "0.5.1-dev",
"title": "BootstrapValidator",
"author": {
"name": "Nguyen Huu Phuoc",
@@ -1,7 +1,7 @@
"description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
"main": [
"dist/css/bootstrapValidator.css",
"dist/js/bootstrapValidator.js"
@@ -2,7 +2,7 @@
* BootstrapValidator (http://bootstrapvalidator.com)
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
*
- * @version v0.5.0, built on 2014-07-14 4:31:02 PM
+ * @version v0.5.1-dev, built on 2014-07-15 7:10:10 AM
* @author https://twitter.com/nghuuphuoc
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
* @license MIT
"keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],