Skip to content

Commit

Permalink
Version 2.10.4
Browse files Browse the repository at this point in the history
Fix
- running-coder#383 Missing `href` property on a clicked item
  • Loading branch information
running-coder committed Oct 17, 2017
1 parent ac515b1 commit 22347b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-typeahead",
"version": "2.10.3",
"version": "2.10.4",
"authors": [
"Tom Bertrand"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.typeahead.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-typeahead",
"version": "2.10.3",
"version": "2.10.4",
"description": "jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow customization.",
"author": {
"name": "Tom Bertrand"
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.typeahead.js
Expand Up @@ -4,7 +4,7 @@
* Licensed under the MIT license
*
* @author Tom Bertrand
* @version 2.10.3 (2017-10-17)
* @version 2.10.4 (2017-10-17)
* @link http://www.runningcoder.org/jquerytypeahead/
*/
(function (factory) {
Expand All @@ -30,7 +30,7 @@
"use strict";

window.Typeahead = {
version: '2.10.3'
version: '2.10.4'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion typeahead.jquery.json
@@ -1,6 +1,6 @@
{
"name": "typeahead",
"version": "2.10.3",
"version": "2.10.4",
"title": "jQuery Typeahead",
"description": "jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow customization.",
"keywords": [
Expand Down

0 comments on commit 22347b7

Please sign in to comment.