Skip to content

Commit 67a6900

Browse files
Updated version in JS files.
1 parent 1fc81d6 commit 67a6900

10 files changed

+20
-18
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Please refer to the [manual] for the full API documentation and examples.
2222
* Autocomplete
2323
* AJAX loading
2424
* Placeholder text
25+
* Arrow
26+
* ... and much more!
2527

2628
## Example
2729

src/js/textext.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.ajax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.arrow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.autocomplete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.filter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.focus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.prompt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.suggestions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

src/js/textext.plugin.tags.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* jQuery TextExt Plugin
3-
* http://alexgorbatchev.com/textext
3+
* http://textextjs.com
44
*
5-
* @version 1.2.0
5+
* @version 1.3.0
66
* @copyright Copyright (C) 2011 Alex Gorbatchev. All rights reserved.
77
* @license MIT License
88
*/

0 commit comments

Comments
 (0)