From 56195317c8f534cba887b752c9e24237acf70914 Mon Sep 17 00:00:00 2001 From: Tomas Kirda Date: Sun, 20 Jan 2013 22:03:48 -0600 Subject: [PATCH] Version bump for plugins.jquery.com --- devbridge-autocomplete.jquery.json | 2 +- dist/jquery.autocomplete.js | 2 +- dist/jquery.autocomplete.min.js | 2 +- src/jquery.autocomplete.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devbridge-autocomplete.jquery.json b/devbridge-autocomplete.jquery.json index 6943179..0c01074 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 9be1e6d..ce1ce79 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 0c11df5..00f7ccb 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 ae6b45e..ea10ef5 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.