From ab8ba636033dbb294dbbe8342b09758ae43d0485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Ujj-M=C3=A9sz=C3=A1ros?= Date: Tue, 10 Apr 2018 03:30:27 +0200 Subject: [PATCH] 3.0.7 --- bootstrap-duallistbox.jquery.json | 8 +++--- bower.json | 4 +-- composer.json | 4 +-- dist/bootstrap-duallistbox.css | 4 +-- dist/jquery.bootstrap-duallistbox.js | 4 +-- dist/jquery.bootstrap-duallistbox.min.js | 4 +-- package-lock.json | 2 +- package.json | 33 +++--------------------- 8 files changed, 19 insertions(+), 44 deletions(-) diff --git a/bootstrap-duallistbox.jquery.json b/bootstrap-duallistbox.jquery.json index c008f2d..19e112a 100644 --- a/bootstrap-duallistbox.jquery.json +++ b/bootstrap-duallistbox.jquery.json @@ -9,7 +9,7 @@ "input", "ui" ], - "version": "3.0.6", + "version": "3.0.7", "author": { "name": "István Ujj-Mészáros", "url": "https://github.com/istvan-ujjmeszaros" @@ -20,9 +20,9 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], - "homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/", - "demo": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/", - "docs": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/", + "homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/", + "demo": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/", + "docs": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/", "download": "https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox/archive/master.zip", "dependencies": { "jquery": ">=1.7", diff --git a/bower.json b/bower.json index e62852f..3f86254 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap-duallistbox", - "version": "3.0.6", - "homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/", + "version": "3.0.7", + "homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/", "authors": [ { "name": "István Ujj-Mészáros", diff --git a/composer.json b/composer.json index 4b4a83d..7217cf1 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "type": "library", "keywords": ["bootstrap", "bootstrap select", "select", "bootstrap duallistbox", "duallistbox"], "description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.", - "homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/", - "version": "3.0.6", + "homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/", + "version": "3.0.7", "authors": [ { "name": "István Ujj-Mészáros", diff --git a/dist/bootstrap-duallistbox.css b/dist/bootstrap-duallistbox.css index aa5a34c..ccdb7b5 100644 --- a/dist/bootstrap-duallistbox.css +++ b/dist/bootstrap-duallistbox.css @@ -1,7 +1,7 @@ /* - * Bootstrap Duallistbox - v3.0.6 + * Bootstrap Duallistbox - v3.0.7 * A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices. - * http://www.virtuosoft.eu/code/bootstrap-duallistbox/ + * https://www.virtuosoft.eu/code/bootstrap-duallistbox/ * * Made by István Ujj-Mészáros * Under Apache License v2.0 License diff --git a/dist/jquery.bootstrap-duallistbox.js b/dist/jquery.bootstrap-duallistbox.js index 23500b6..d583413 100644 --- a/dist/jquery.bootstrap-duallistbox.js +++ b/dist/jquery.bootstrap-duallistbox.js @@ -1,7 +1,7 @@ /* - * Bootstrap Duallistbox - v3.0.6 + * Bootstrap Duallistbox - v3.0.7 * A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices. - * http://www.virtuosoft.eu/code/bootstrap-duallistbox/ + * https://www.virtuosoft.eu/code/bootstrap-duallistbox/ * * Made by István Ujj-Mészáros * Under Apache License v2.0 License diff --git a/dist/jquery.bootstrap-duallistbox.min.js b/dist/jquery.bootstrap-duallistbox.min.js index dd757e3..3a71e2e 100644 --- a/dist/jquery.bootstrap-duallistbox.min.js +++ b/dist/jquery.bootstrap-duallistbox.min.js @@ -1,7 +1,7 @@ /* - * Bootstrap Duallistbox - v3.0.6 + * Bootstrap Duallistbox - v3.0.7 * A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices. - * http://www.virtuosoft.eu/code/bootstrap-duallistbox/ + * https://www.virtuosoft.eu/code/bootstrap-duallistbox/ * * Made by István Ujj-Mészáros * Under Apache License v2.0 License diff --git a/package-lock.json b/package-lock.json index ff44d2e..b91dbde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bootstrap-duallistbox", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23e4861..a73497e 100644 --- a/package.json +++ b/package.json @@ -6,38 +6,13 @@ "name": "István Ujj-Mészáros", "url": "https://github.com/istvan-ujjmeszaros" }, - "contributors": [ - { - "name": "Francesco Pontillo", - "url": "https://github.com/frapontillo" - }, - { - "name": "Ninir", - "url": "https://github.com/Ninir" - }, - { - "name": "Christophe Coevoet", - "url": "https://github.com/stof" - }, - { - "name": "Ed Ng", - "url": "https://github.com/gnedster" - }, - { - "name": "ssafejava", - "url": "https://github.com/ssafejava" - }, - { - "name": "justthefish", - "url": "https://github.com/justthefish" - } - ], + "contributors": [], "repository": { "type": "git", - "url": "http://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git" + "url": "https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git" }, - "homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/", - "version": "3.0.6", + "homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/", + "version": "3.0.7", "devDependencies": { "grunt": "^1.0.2", "grunt-cli": "^1.2.0",