diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-08-24 19:22:27 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-08-24 19:22:27 -0400 |
commit | 3dc4a89385cc5fad8699130ffe2e5f0b95d73e46 (patch) | |
tree | e36fa3dc9f64ee5933852754bedb38b0f8eb4e32 | |
parent | 08d2bae35065ca60652b463eb23acb2655ad8eb6 (diff) | |
download | jQuery-Impromptu-3dc4a89385cc5fad8699130ffe2e5f0b95d73e46.zip jQuery-Impromptu-3dc4a89385cc5fad8699130ffe2e5f0b95d73e46.tar.gz jQuery-Impromptu-3dc4a89385cc5fad8699130ffe2e5f0b95d73e46.tar.bz2 |
New dev version
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | jquery-impromptu.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -115,7 +115,7 @@ </ul> <h3>Version</h3> - <p>Version 5.0</p> + <p>Version 5.1</p> <p>Last updated on 08/24/2013</p> <p>jQuery Impromptu is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p> diff --git a/jquery-impromptu.js b/jquery-impromptu.js index cc8b048..1e607fd 100644 --- a/jquery-impromptu.js +++ b/jquery-impromptu.js @@ -1,7 +1,7 @@ /*
* jQuery Impromptu
* By: Trent Richardson [http://trentrichardson.com]
- * Version 5.0
+ * Version 5.1
* Last Modified: 08/24/2013
*
* Copyright 2013 Trent Richardson
|