From 355893e11b6c1a4a008b1d6a2c425a412fb5af87 Mon Sep 17 00:00:00 2001 From: Jony Zhang Date: Mon, 25 Jan 2016 23:33:49 +0800 Subject: [PATCH] change version to 0.10.3 --- bower.json | 2 +- dist/jquery.validator.js | 2 +- dist/jquery.validator.min.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 113fdd4f..9e578626 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nice-validator", - "version": "0.10.2", + "version": "0.10.3", "description": "Simple, smart and pleasant verification solution.", "moduleType": [ "amd", diff --git a/dist/jquery.validator.js b/dist/jquery.validator.js index b4a8a94d..c29ec0e0 100644 --- a/dist/jquery.validator.js +++ b/dist/jquery.validator.js @@ -1,4 +1,4 @@ -/*! nice-validator 0.10.2 +/*! nice-validator 0.10.3 * (c) 2012-2016 Jony Zhang , MIT Licensed * https://github.com/niceue/nice-validator */ diff --git a/dist/jquery.validator.min.js b/dist/jquery.validator.min.js index c2cada38..9d4babb1 100644 --- a/dist/jquery.validator.min.js +++ b/dist/jquery.validator.min.js @@ -1,4 +1,4 @@ -/*! nice-validator 0.10.2 +/*! nice-validator 0.10.3 * (c) 2012-2016 Jony Zhang , MIT Licensed * https://github.com/niceue/nice-validator */ diff --git a/package.json b/package.json index 43a5463d..1476820e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nice-validator", "description": "Simple, smart and pleasant verification solution.", - "version": "0.10.2", + "version": "0.10.3", "keywords": [ "jquery-plugin", "ecosystem:jquery",