diff --git a/devbridge-autocomplete.jquery.json b/devbridge-autocomplete.jquery.json index 69431792..0c010748 100644 --- a/devbridge-autocomplete.jquery.json +++ b/devbridge-autocomplete.jquery.json @@ -6,7 +6,7 @@ "ajax", "autocomplete" ], - "version": "1.2.2", + "version": "1.2.3", "author": { "name": "Tomas Kirda", "url": "https://github.com/tkirda" diff --git a/dist/jquery.autocomplete.js b/dist/jquery.autocomplete.js index 9be1e6d4..ce1ce797 100644 --- a/dist/jquery.autocomplete.js +++ b/dist/jquery.autocomplete.js @@ -1,5 +1,5 @@ /** -* Ajax Autocomplete for jQuery, version 1.2.2 +* Ajax Autocomplete for jQuery, version 1.2.3 * (c) 2013 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 0c11df5f..00f7ccb4 100644 --- a/dist/jquery.autocomplete.min.js +++ b/dist/jquery.autocomplete.min.js @@ -1,5 +1,5 @@ /** -* Ajax Autocomplete for jQuery, version 1.2.2 +* Ajax Autocomplete for jQuery, version 1.2.3 * (c) 2013 Tomas Kirda * * Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license. diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index ae6b45eb..ea10ef54 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -1,5 +1,5 @@ /** -* Ajax Autocomplete for jQuery, version 1.2.2 +* Ajax Autocomplete for jQuery, version 1.2.3 * (c) 2013 Tomas Kirda * * Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.