summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2013-02-24 09:47:01 -0600
committerBrandon Aaron <brandon.aaron@gmail.com>2013-02-24 09:47:01 -0600
commit44390d5f7af419c334797930010117164f6d9ed4 (patch)
treee5a5aa423faaa680eea1c7de33cdc05b4eea84b9
parent10e201d3df21a691b70e281c8ac9a7bd80917897 (diff)
downloadjquery-expandable-44390d5f7af419c334797930010117164f6d9ed4.zip
jquery-expandable-44390d5f7af419c334797930010117164f6d9ed4.tar.gz
jquery-expandable-44390d5f7af419c334797930010117164f6d9ed4.tar.bz2
Version bump to 1.1.31.1.3
-rw-r--r--expandable.jquery.json2
-rw-r--r--jquery.expandable.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/expandable.jquery.json b/expandable.jquery.json
index aaba57b..616575a 100644
--- a/expandable.jquery.json
+++ b/expandable.jquery.json
@@ -6,7 +6,7 @@
"expandable",
"textarea"
],
- "version": "1.1.2",
+ "version": "1.1.3",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
diff --git a/jquery.expandable.js b/jquery.expandable.js
index dcd3f77..ba7f44e 100644
--- a/jquery.expandable.js
+++ b/jquery.expandable.js
@@ -1,7 +1,7 @@
/*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
- * Version 1.1.2
+ * Version 1.1.3
*
* Contributions by:
* - Karl Swedberg