Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-ujjmeszaros committed Sep 23, 2015
1 parent a47811c commit 68ab678
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion bootstrap-duallistbox.jquery.json
Expand Up @@ -9,7 +9,7 @@
"input",
"ui"
],
"version": "3.0.4",
"version": "3.0.5",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-duallistbox",
"version": "3.0.4",
"version": "3.0.5",
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"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.4",
"version": "3.0.5",
"authors": [
{
"name": "István Ujj-Mészáros",
Expand Down
16 changes: 8 additions & 8 deletions dist/bootstrap-duallistbox.css
@@ -1,11 +1,11 @@
/*
* Bootstrap Duallistbox - v3.0.4
* 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/
*
* Made by István Ujj-Mészáros
* Under Apache License v2.0 License
*/
/*
* Bootstrap Duallistbox - v3.0.5
* 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/
*
* Made by István Ujj-Mészáros
* Under Apache License v2.0 License
*/
.bootstrap-duallistbox-container .buttons {
width: 100%;
margin-bottom: -1px;
Expand Down
18 changes: 9 additions & 9 deletions dist/bootstrap-duallistbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dist/jquery.bootstrap-duallistbox.js
@@ -1,11 +1,11 @@
/*
* Bootstrap Duallistbox - v3.0.4
* 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/
*
* Made by István Ujj-Mészáros
* Under Apache License v2.0 License
*/
/*
* Bootstrap Duallistbox - v3.0.5
* 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/
*
* Made by István Ujj-Mészáros
* Under Apache License v2.0 License
*/
;(function ($, window, document, undefined) {
// Create the defaults once
var pluginName = 'bootstrapDualListbox',
Expand Down
16 changes: 8 additions & 8 deletions dist/jquery.bootstrap-duallistbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"url": "http://github.com/istvan-ujjmeszaros/bootstrap-duallistbox.git"
},
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"version": "3.0.4",
"version": "3.0.5",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
Expand Down

0 comments on commit 68ab678

Please sign in to comment.