summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2013-02-09 14:26:45 -0600
committerBrandon Aaron <brandon.aaron@gmail.com>2013-02-09 14:26:45 -0600
commiteb78b8925491da5c2d6af267b7464c938738160a (patch)
tree8cd757cae9315479f33da3c3b359d3f603f29172
parent941b8753035f5a06458676033040c6552d60aacb (diff)
downloadjquery-expandable-eb78b8925491da5c2d6af267b7464c938738160a.zip
jquery-expandable-eb78b8925491da5c2d6af267b7464c938738160a.tar.gz
jquery-expandable-eb78b8925491da5c2d6af267b7464c938738160a.tar.bz2
bump version (so plugins site will pick it up)1.1.1
-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 83f662c..6606e19 100644
--- a/expandable.jquery.json
+++ b/expandable.jquery.json
@@ -6,7 +6,7 @@
"expandable",
"textarea"
],
- "version": "1.1.0",
+ "version": "1.1.1",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
diff --git a/jquery.expandable.js b/jquery.expandable.js
index eb40cab..19eabc3 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.0
+ * Version 1.1.1
*
* Contributions by:
* - Karl Swedberg