diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2010-02-12 15:59:22 -0600 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2010-02-12 15:59:22 -0600 |
commit | cff924fc2053dd6fa40f10324906f97e0c09da65 (patch) | |
tree | 320845f401909042f477889a7df7647ab81d7310 | |
parent | 5ec7d3cd412b2621e748fb0fb9b9670e42433590 (diff) | |
download | jquery-expandable-cff924fc2053dd6fa40f10324906f97e0c09da65.zip jquery-expandable-cff924fc2053dd6fa40f10324906f97e0c09da65.tar.gz jquery-expandable-cff924fc2053dd6fa40f10324906f97e0c09da65.tar.bz2 |
adding version number1.0
-rw-r--r-- | jquery.expandable.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jquery.expandable.js b/jquery.expandable.js index a5ae569..8e43cdb 100644 --- a/jquery.expandable.js +++ b/jquery.expandable.js @@ -1,6 +1,8 @@ /*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) * Licensed under the MIT License (LICENSE.txt). * + * Version 1.0 + * * Contributions by: * - Karl Swedberg */ |