Skip to content

Commit 68ab678

Browse files
v3.0.5
1 parent a47811c commit 68ab678

8 files changed

Lines changed: 37 additions & 37 deletions

bootstrap-duallistbox.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"input",
1010
"ui"
1111
],
12-
"version": "3.0.4",
12+
"version": "3.0.5",
1313
"author": {
1414
"name": "István Ujj-Mészáros",
1515
"url": "https://github.com/istvan-ujjmeszaros"

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-duallistbox",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
55
"authors": [
66
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.",
66
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
7-
"version": "3.0.4",
7+
"version": "3.0.5",
88
"authors": [
99
{
1010
"name": "István Ujj-Mészáros",

dist/bootstrap-duallistbox.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*
2-
* Bootstrap Duallistbox - v3.0.4
3-
* 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/
5-
*
6-
* Made by István Ujj-Mészáros
7-
* Under Apache License v2.0 License
8-
*/
1+
/*
2+
* Bootstrap Duallistbox - v3.0.5
3+
* 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/
5+
*
6+
* Made by István Ujj-Mészáros
7+
* Under Apache License v2.0 License
8+
*/
99
.bootstrap-duallistbox-container .buttons {
1010
width: 100%;
1111
margin-bottom: -1px;

dist/bootstrap-duallistbox.min.css

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

dist/jquery.bootstrap-duallistbox.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*
2-
* Bootstrap Duallistbox - v3.0.4
3-
* 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/
5-
*
6-
* Made by István Ujj-Mészáros
7-
* Under Apache License v2.0 License
8-
*/
1+
/*
2+
* Bootstrap Duallistbox - v3.0.5
3+
* 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/
5+
*
6+
* Made by István Ujj-Mészáros
7+
* Under Apache License v2.0 License
8+
*/
99
;(function ($, window, document, undefined) {
1010
// Create the defaults once
1111
var pluginName = 'bootstrapDualListbox',

dist/jquery.bootstrap-duallistbox.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git"
3838
},
3939
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
40-
"version": "3.0.4",
40+
"version": "3.0.5",
4141
"devDependencies": {
4242
"grunt": "~0.4.1",
4343
"grunt-cli": "~0.1.13",

0 commit comments

Comments
 (0)