@@ -123,6 +123,6 @@ module.exports = function (grunt) {
grunt.registerTask('publish:major', ['clean', 'bump:major', 'uglify', 'shell:gitcommitchanges', 'release', 'nugetpack', 'nugetpush']);
// Default task(s).
- grunt.registerTask('default', ['clean', 'uglify']);
+ grunt.registerTask('default', ['bump:prerelease','clean', 'uglify']);
};
@@ -1,6 +1,6 @@
{
"name": "jquery.inputmask",
- "version": "3.1.61",
+ "version": "3.1.62-3",
"main": [
"./dist/inputmask/jquery.inputmask.js",
"./dist/inputmask/jquery.inputmask.extensions.js",
@@ -2,7 +2,7 @@
"name": "jquery_inputmask",
"repository": "robinherbots/jquery.inputmask",
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"keywords": [ "jquery", "plugins", "input", "form", "inputmask", "mask" ],
"main": "./dist/jquery.inputmask.bundle.js",
"scripts": [
@@ -1,7 +1,7 @@
"name": "robinherbots/jquery.inputmask",
"type": "library",
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"homepage": "http://robinherbots.github.io/jquery.inputmask",
@@ -3,7 +3,7 @@
* http://github.com/RobinHerbots/jquery.inputmask
* Copyright (c) 2010 - 2015 Robin Herbots
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 3.1.61
+* Version: 3.1.62-3
*/
!function(factory) {
"function" == typeof define && define.amd ? define([ "jquery", "./jquery.inputmask" ], factory) : factory(jQuery);
"function" == typeof define && define.amd ? define([ "jquery" ], factory) : factory(jQuery);
!function($) {
function isInputEventSupported(eventName) {
"main": "./dist/inputmask/jquery.inputmask.js",
"scripts": {