ソースを参照

Release v0.5.1

Phuoc Nguyen 11 年 前
コミット
9cbf66a7c7

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Change Log
 
-## v0.5.1 (not released yet)
+## v0.5.1 (2014-08-22)
 
 __New features__
 

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-# BootstrapValidator - [v0.5.0](http://bootstrapvalidator.com/getting-started/#download)
+# BootstrapValidator - [v0.5.1](http://bootstrapvalidator.com/getting-started/#download)
 
 [http://bootstrapvalidator.com](http://bootstrapvalidator.com) - The best jQuery plugin to validate form fields. Designed to use with [Bootstrap 3](http://getbootstrap.com)
 
@@ -29,7 +29,7 @@ See [official website](http://bootstrapvalidator.com) for the full list of featu
  
 ## Download
 
-Latest version: [v0.5.0](http://bootstrapvalidator.com/getting-started/#download), released on 2014-07-14.
+Latest version: [v0.5.1](http://bootstrapvalidator.com/getting-started/#download), released on 2014-08-22.
 
 For older versions, look at the [Releases](https://github.com/nghuuphuoc/bootstrapvalidator/releases) page.
 

+ 1 - 1
bootstrapValidator.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrapValidator",
-    "version": "0.5.1-dev",
+    "version": "0.5.1",
     "title": "BootstrapValidator",
     "author": {
         "name": "Nguyen Huu Phuoc",

+ 11 - 2
bower.json

@@ -1,7 +1,16 @@
 {
-    "name": "bootstrapValidator",
+    "name": "bootstrapvalidator",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
-    "version": "0.5.1-dev",
+    "version": "0.5.1",
+    "ignore": [
+        "demo",
+        "screenshots",
+        "test",
+        "vendor",
+        "./bootstrapValidator.jquery.json",
+        "./Gruntfile.js",
+        "./package.json"
+    ],
     "main": [
         "dist/css/bootstrapValidator.css",
         "dist/js/bootstrapValidator.js"

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

@@ -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.1-dev, built on 2014-08-21 2:34:36 PM
+ * @version     v0.5.1, built on 2014-08-22 4:55:09 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
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.1-dev, built on 2014-08-21 2:34:36 PM
+ * @version     v0.5.1, built on 2014-08-22 4:55:09 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
dist/js/bootstrapValidator.min.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.1-dev, built on 2014-08-21 2:34:36 PM
+ * @version     v0.5.1, built on 2014-08-22 4:55:10 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrapValidator",
-    "version": "0.5.1-dev",
+    "version": "0.5.1",
     "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "author": {