From fd656a2f4833ace49d513d9d173aa614d5355468 Mon Sep 17 00:00:00 2001 From: Tomas Kirda Date: Mon, 20 Nov 2017 09:40:34 -0600 Subject: [PATCH] Rev for 1.4.5 release --- bower.json | 2 +- devbridge-autocomplete.jquery.json | 2 +- dist/jquery.autocomplete.js | 2 +- dist/jquery.autocomplete.min.js | 2 +- package.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 77a683c..806b082 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "devbridge-autocomplete", - "version": "1.4.4", + "version": "1.4.5", "homepage": "https://github.com/devbridge/jQuery-Autocomplete", "authors": [ "Tomas Kirda" diff --git a/devbridge-autocomplete.jquery.json b/devbridge-autocomplete.jquery.json index 587b4a0..f15bac4 100644 --- a/devbridge-autocomplete.jquery.json +++ b/devbridge-autocomplete.jquery.json @@ -6,7 +6,7 @@ "ajax", "autocomplete" ], - "version": "1.4.4", + "version": "1.4.5", "author": { "name": "Tomas Kirda", "url": "https://github.com/tkirda" diff --git a/dist/jquery.autocomplete.js b/dist/jquery.autocomplete.js index 50f6f18..d27cce1 100644 --- a/dist/jquery.autocomplete.js +++ b/dist/jquery.autocomplete.js @@ -1,5 +1,5 @@ /** -* Ajax Autocomplete for jQuery, version 1.4.4 +* Ajax Autocomplete for jQuery, version 1.4.5 * (c) 2017 Tomas Kirda * * Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license. diff --git a/dist/jquery.autocomplete.min.js b/dist/jquery.autocomplete.min.js index f5328ff..85dee18 100644 --- a/dist/jquery.autocomplete.min.js +++ b/dist/jquery.autocomplete.min.js @@ -1,5 +1,5 @@ /** -* Ajax Autocomplete for jQuery, version 1.4.4 +* Ajax Autocomplete for jQuery, version 1.4.5 * (c) 2017 Tomas Kirda * * Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license. diff --git a/package.json b/package.json index 9e6b5a6..f667323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devbridge-autocomplete", - "version": "1.4.4", + "version": "1.4.5", "description": "Autocomplete provides suggestions while you type into the text field.", "homepage": "https://github.com/devbridge/jQuery-Autocomplete", "author": "Tomas Kirda (https://twitter.com/tkirda)", @@ -21,7 +21,7 @@ }, "files": [ "dist/", - "typings/jquery-autocomplete/*.d.ts" + "typings/jquery-autocomplete/*.d.ts", "readme.md" ] }