Skip to content

Commit

Permalink
build dist files, update version to 2.1.9. update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfriend committed Sep 23, 2016
1 parent b04ee16 commit 5b70c12
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nya-bootstrap-select",
"version": "2.1.8",
"version": "2.1.9",
"main": [
"dist/js/nya-bs-select.js",
"dist/css/nya-bs-select.css"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/nya-bs-select.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.1.8
* @lordfriend/nya-bootstrap-select v2.1.9
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/nya-bs-select.min.css

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

6 changes: 3 additions & 3 deletions dist/js/nya-bs-select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.1.8
* @lordfriend/nya-bootstrap-select v2.1.9
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down Expand Up @@ -431,8 +431,8 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', '$compi

var ACTIONS_BOX = '<div class="bs-actionsbox">' +
'<div class="btn-group btn-group-sm btn-block">' +
'<button class="actions-btn bs-select-all btn btn-default">SELECT ALL</button>' +
'<button class="actions-btn bs-deselect-all btn btn-default">DESELECT ALL</button>' +
'<button type="button" class="actions-btn bs-select-all btn btn-default">SELECT ALL</button>' +
'<button type="button" class="actions-btn bs-deselect-all btn btn-default">DESELECT ALL</button>' +
'</div>' +
'</div>';

Expand Down
4 changes: 2 additions & 2 deletions dist/js/nya-bs-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.1.8
* @lordfriend/nya-bootstrap-select v2.1.9
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/css/nya-bs-select.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.1.8
* @lordfriend/nya-bootstrap-select v2.1.9
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down
6 changes: 3 additions & 3 deletions docs/dist/js/nya-bs-select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @lordfriend/nya-bootstrap-select v2.1.8
* @lordfriend/nya-bootstrap-select v2.1.9
* Copyright 2014 Nyasoft
* Licensed under MIT license
*/
Expand Down Expand Up @@ -431,8 +431,8 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', '$compi

var ACTIONS_BOX = '<div class="bs-actionsbox">' +
'<div class="btn-group btn-group-sm btn-block">' +
'<button class="actions-btn bs-select-all btn btn-default">SELECT ALL</button>' +
'<button class="actions-btn bs-deselect-all btn btn-default">DESELECT ALL</button>' +
'<button type="button" class="actions-btn bs-select-all btn btn-default">SELECT ALL</button>' +
'<button type="button" class="actions-btn bs-deselect-all btn btn-default">DESELECT ALL</button>' +
'</div>' +
'</div>';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lordfriend/nya-bootstrap-select",
"version": "2.1.8",
"version": "2.1.9",
"description": "An angular directive wraps bootstrap-select",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5b70c12

Please sign in to comment.