浏览代码

Version bump 2.1.2

Robin Herbots 12 年之前
父节点
当前提交
ea351774f5

二进制
dist/jQuery.InputMask.2.1.2.nupkg


+ 1 - 1
js/jquery.inputmask.date.extensions.js

@@ -3,7 +3,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2012 Robin Herbots
 Copyright (c) 2010 - 2012 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 1.2.3
+Version: 2.1.2
 
 
 Optional extensions on the jquery.inputmask base
 Optional extensions on the jquery.inputmask base
 */
 */

+ 1 - 1
js/jquery.inputmask.extensions.js

@@ -3,7 +3,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2013 Robin Herbots
 Copyright (c) 2010 - 2013 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 1.2.3a
+Version: 2.1.2
 
 
 Optional extensions on the jquery.inputmask base
 Optional extensions on the jquery.inputmask base
 */
 */

+ 1 - 1
js/jquery.inputmask.js

@@ -3,7 +3,7 @@
 * http://github.com/RobinHerbots/jquery.inputmask
 * http://github.com/RobinHerbots/jquery.inputmask
 * Copyright (c) 2010 - 2013 Robin Herbots
 * Copyright (c) 2010 - 2013 Robin Herbots
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 2.1.1c
+* Version: 2.1.2
 */
 */
 
 
 (function ($) {
 (function ($) {

+ 1 - 1
js/jquery.inputmask.numeric.extensions.js

@@ -3,7 +3,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2012 Robin Herbots
 Copyright (c) 2010 - 2012 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 1.3.3e
+Version: 2.1.2
 
 
 Optional extensions on the jquery.inputmask base
 Optional extensions on the jquery.inputmask base
 */
 */

+ 2 - 1
nuget/jquery.inputmask.nuspec

@@ -2,13 +2,14 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <metadata>
     <metadata>
         <id>jQuery.InputMask</id>
         <id>jQuery.InputMask</id>
-        <version>0.0.0</version>
+        <version>2.1.2</version>
         <title>jQuery Input Mask</title>
         <title>jQuery Input Mask</title>
         <authors>Robin Herbots</authors>
         <authors>Robin Herbots</authors>
         <owners>Robin Herbots</owners>
         <owners>Robin Herbots</owners>
         <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
         <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
         <projectUrl>https://github.com/RobinHerbots/jquery.inputmask</projectUrl>
         <projectUrl>https://github.com/RobinHerbots/jquery.inputmask</projectUrl>
         <requireLicenseAcceptance>true</requireLicenseAcceptance>
         <requireLicenseAcceptance>true</requireLicenseAcceptance>
+		<summary>jquery.inputmask is a jquery plugin which create an input mask.</summary>
         <description>jquery.inputmask is a jquery plugin which create an input mask.
         <description>jquery.inputmask is a jquery plugin which create an input mask.
 
 
 An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...
 An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...