Browse Source

Update the version (0.1.1) in dist files

nghuuphuoc 12 years ago
parent
commit
4a3bdac620

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

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

+ 1 - 1
dist/js/bootstrapValidator.js

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

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

@@ -1,5 +1,5 @@
 /**
 /**
- * BootstrapValidator v0.1.1-dev (http://github.com/nghuuphuoc/bootstrapvalidator)
+ * BootstrapValidator v0.1.1 (http://github.com/nghuuphuoc/bootstrapvalidator)
  *
  *
  * A jQuery plugin to validate form fields. Use with Bootstrap 3
  * 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-cssmin": "~0.6.2",
     "grunt-contrib-copy": "~0.4.1"
     "grunt-contrib-copy": "~0.4.1"
   },
   },
-  "version": "0.1.1-dev"
+  "version": "0.1.1"
 }
 }