Skip to content

Commit

Permalink
Build + Bump 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistedonaux committed Aug 21, 2018
1 parent 7924bac commit 8706952
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions dist/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ input[data-autocomplete] {
.autocomplete > ul > li {
cursor: pointer;
padding: 5px 0 5px 10px;
white-space: nowrap;
}
.autocomplete > ul > li.active,
.autocomplete > ul > li:active,
Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @license MIT
*
* Autocomplete.js v2.7.0
* Autocomplete.js v2.7.1
* Developed by Baptiste Donaux
* http://autocomplete-js.com
*
Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete.min.css

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

2 changes: 1 addition & 1 deletion dist/autocomplete.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocomplete-js",
"version": "2.7.0",
"version": "2.7.1",
"author": "[email protected]",
"license": "MIT",
"description": "autocomplete.js is a fast and lightweight autocomplete library, without any dependencies.",
Expand Down
2 changes: 1 addition & 1 deletion src/autocomplete.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @license MIT
*
* Autocomplete.js v2.7.0
* Autocomplete.js v2.7.1
* Developed by Baptiste Donaux
* http://autocomplete-js.com
*
Expand Down

0 comments on commit 8706952

Please sign in to comment.