diff --git a/LICENSE.md b/LICENSE.md index 9dae854..36c0f4b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ Bootstrap TouchSpin -v4.0.1 +v4.0.2 A mobile and touch friendly input spinner component for Bootstrap 3. diff --git a/bootstrap-touchspin.jquery.json b/bootstrap-touchspin.jquery.json index 2caa0de..c3f0225 100644 --- a/bootstrap-touchspin.jquery.json +++ b/bootstrap-touchspin.jquery.json @@ -10,7 +10,7 @@ "spinbutton", "spinner" ], - "version": "4.0.1", + "version": "4.0.2", "author": { "name": "István Ujj-Mészáros", "url": "https://github.com/istvan-ujjmeszaros" diff --git a/bower.json b/bower.json index cac544c..8bc2537 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-touchspin", - "version": "4.0.1", + "version": "4.0.2", "homepage": "http://www.virtuosoft.eu/code/bootstrap-touchspin/", "authors": [ { diff --git a/dist/jquery.bootstrap-touchspin.css b/dist/jquery.bootstrap-touchspin.css index 743cd90..ac27331 100644 --- a/dist/jquery.bootstrap-touchspin.css +++ b/dist/jquery.bootstrap-touchspin.css @@ -1,5 +1,5 @@ /* - * Bootstrap TouchSpin - v4.0.1 + * Bootstrap TouchSpin - v4.0.2 * A mobile and touch friendly input spinner component for Bootstrap 3 & 4. * http://www.virtuosoft.eu/code/bootstrap-touchspin/ * diff --git a/dist/jquery.bootstrap-touchspin.js b/dist/jquery.bootstrap-touchspin.js index e2fc8df..befdc2c 100644 --- a/dist/jquery.bootstrap-touchspin.js +++ b/dist/jquery.bootstrap-touchspin.js @@ -1,5 +1,5 @@ /* - * Bootstrap TouchSpin - v4.0.1 + * Bootstrap TouchSpin - v4.0.2 * A mobile and touch friendly input spinner component for Bootstrap 3 & 4. * http://www.virtuosoft.eu/code/bootstrap-touchspin/ * diff --git a/dist/jquery.bootstrap-touchspin.min.js b/dist/jquery.bootstrap-touchspin.min.js index 3107ece..9f34985 100644 --- a/dist/jquery.bootstrap-touchspin.min.js +++ b/dist/jquery.bootstrap-touchspin.min.js @@ -1,5 +1,5 @@ /* - * Bootstrap TouchSpin - v4.0.1 + * Bootstrap TouchSpin - v4.0.2 * A mobile and touch friendly input spinner component for Bootstrap 3 & 4. * http://www.virtuosoft.eu/code/bootstrap-touchspin/ * diff --git a/package-lock.json b/package-lock.json index e907191..8ff9918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bootstrap-touchspin", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed5dff3..d500da8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "url": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git" }, "homepage": "httsp://www.virtuosoft.eu/code/bootstrap-touchspin/", - "version": "4.0.1", + "version": "4.0.2", "devDependencies": { "grunt": "^1.0.2", "grunt-cli": "^1.2.0",