diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-11-08 09:32:11 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-11-08 09:32:11 -0500 |
commit | 534ad07832c93dd93ec87b61b81d87e7b005b01e (patch) | |
tree | 1c773ce160357600d662e8f6400dab2bbd8bfa29 | |
parent | 5a57848a5265bd2fb07189194771a21ae1bca2a5 (diff) | |
download | jQuery-Impromptu-534ad07832c93dd93ec87b61b81d87e7b005b01e.zip jQuery-Impromptu-534ad07832c93dd93ec87b61b81d87e7b005b01e.tar.gz jQuery-Impromptu-534ad07832c93dd93ec87b61b81d87e7b005b01e.tar.bz2 |
#23 - Fix version to major.minor.bugfix format
-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.1</p> + <p>Version 5.1.0</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 4f5b59b..45cf98f 100644 --- a/jquery-impromptu.js +++ b/jquery-impromptu.js @@ -1,7 +1,7 @@ /*
* jQuery Impromptu
* By: Trent Richardson [http://trentrichardson.com]
- * Version 5.1
+ * Version 5.1.0
* Last Modified: 08/24/2013
*
* Copyright 2013 Trent Richardson
|