Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
set version where it matters
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Jun 9, 2016
1 parent ff5a081 commit 29745ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocompeter",
"version": "1.1.12",
"version": "1.1.13",
"homepage": "https://autocompeter.com",
"authors": [
"Peter Bengtsson <[email protected]>"
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": "autocompeter",
"version": "0.1.1",
"version": "0.1.0",
"description": "A really fast AJAX autocomplete service and widget",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/dist/autocompeter.min.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Autocompeter.com 1.1.12 */
/* Autocompeter.com 1.1.13 */
._ac-wrap{position:relative;display:inline-block}
._ac-wrap ._ac-hint{position:absolute;top:0;left:0;border-color:transparent;box-shadow:none;opacity:1;color:#b4b4b4;background:#fff}
._ac-wrap ._ac-foreground{background-color:transparent;position:relative;vertical-align:top}
Expand Down
2 changes: 1 addition & 1 deletion public/dist/autocompeter.min.js

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

0 comments on commit 29745ca

Please sign in to comment.