Skip to content

Commit ab8ba63

Browse files
3.0.7
1 parent 562f72b commit ab8ba63

8 files changed

Lines changed: 19 additions & 44 deletions

bootstrap-duallistbox.jquery.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"input",
1010
"ui"
1111
],
12-
"version": "3.0.6",
12+
"version": "3.0.7",
1313
"author": {
1414
"name": "István Ujj-Mészáros",
1515
"url": "https://github.com/istvan-ujjmeszaros"
@@ -20,9 +20,9 @@
2020
"url": "http://www.apache.org/licenses/LICENSE-2.0"
2121
}
2222
],
23-
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
24-
"demo": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
25-
"docs": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
23+
"homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
24+
"demo": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
25+
"docs": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
2626
"download": "https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox/archive/master.zip",
2727
"dependencies": {
2828
"jquery": ">=1.7",

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-duallistbox",
3-
"version": "3.0.6",
4-
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
3+
"version": "3.0.7",
4+
"homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
55
"authors": [
66
{
77
"name": "István Ujj-Mészáros",

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "library",
44
"keywords": ["bootstrap", "bootstrap select", "select", "bootstrap duallistbox", "duallistbox"],
55
"description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.",
6-
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
7-
"version": "3.0.6",
6+
"homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
7+
"version": "3.0.7",
88
"authors": [
99
{
1010
"name": "István Ujj-Mészáros",

dist/bootstrap-duallistbox.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Bootstrap Duallistbox - v3.0.6
2+
* Bootstrap Duallistbox - v3.0.7
33
* A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
4-
* http://www.virtuosoft.eu/code/bootstrap-duallistbox/
4+
* https://www.virtuosoft.eu/code/bootstrap-duallistbox/
55
*
66
* Made by István Ujj-Mészáros
77
* Under Apache License v2.0 License

dist/jquery.bootstrap-duallistbox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Bootstrap Duallistbox - v3.0.6
2+
* Bootstrap Duallistbox - v3.0.7
33
* A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
4-
* http://www.virtuosoft.eu/code/bootstrap-duallistbox/
4+
* https://www.virtuosoft.eu/code/bootstrap-duallistbox/
55
*
66
* Made by István Ujj-Mészáros
77
* Under Apache License v2.0 License

dist/jquery.bootstrap-duallistbox.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,13 @@
66
"name": "István Ujj-Mészáros",
77
"url": "https://github.com/istvan-ujjmeszaros"
88
},
9-
"contributors": [
10-
{
11-
"name": "Francesco Pontillo",
12-
"url": "https://github.com/frapontillo"
13-
},
14-
{
15-
"name": "Ninir",
16-
"url": "https://github.com/Ninir"
17-
},
18-
{
19-
"name": "Christophe Coevoet",
20-
"url": "https://github.com/stof"
21-
},
22-
{
23-
"name": "Ed Ng",
24-
"url": "https://github.com/gnedster"
25-
},
26-
{
27-
"name": "ssafejava",
28-
"url": "https://github.com/ssafejava"
29-
},
30-
{
31-
"name": "justthefish",
32-
"url": "https://github.com/justthefish"
33-
}
34-
],
9+
"contributors": [],
3510
"repository": {
3611
"type": "git",
37-
"url": "http://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git"
12+
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git"
3813
},
39-
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
40-
"version": "3.0.6",
14+
"homepage": "https://www.virtuosoft.eu/code/bootstrap-duallistbox/",
15+
"version": "3.0.7",
4116
"devDependencies": {
4217
"grunt": "^1.0.2",
4318
"grunt-cli": "^1.2.0",

0 commit comments

Comments
 (0)