diff options
author | Rob Loach <robloach@gmail.com> | 2015-08-31 11:11:58 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-08-31 11:11:58 -0400 |
commit | 70851e4ab6ffb05c458facedfde0710869aad351 (patch) | |
tree | 438cfe71d4bbc91871080ab2d71ee6477591b2a2 | |
parent | 2cc8d4227f087d489b2e5630e0f10587b887e371 (diff) | |
download | jquery-once-70851e4ab6ffb05c458facedfde0710869aad351.zip jquery-once-70851e4ab6ffb05c458facedfde0710869aad351.tar.gz jquery-once-70851e4ab6ffb05c458facedfde0710869aad351.tar.bz2 |
Fix version number in the source
-rw-r--r-- | jquery.once.js | 2 | ||||
-rw-r--r-- | jquery.once.min.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jquery.once.js b/jquery.once.js index 30573f2..2300b22 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -1,5 +1,5 @@ /*! - * jQuery Once v2.0.2 - http://github.com/robloach/jquery-once + * jQuery Once v2.1.0 - http://github.com/robloach/jquery-once * @license MIT, GPL-2.0 * http://opensource.org/licenses/MIT * http://opensource.org/licenses/GPL-2.0 diff --git a/jquery.once.min.js b/jquery.once.min.js index 9856c3e..e5caf7b 100644 --- a/jquery.once.min.js +++ b/jquery.once.min.js @@ -1,5 +1,5 @@ /*! - * jQuery Once v2.0.2 - http://github.com/robloach/jquery-once + * jQuery Once v2.1.0 - http://github.com/robloach/jquery-once * @license MIT, GPL-2.0 * http://opensource.org/licenses/MIT * http://opensource.org/licenses/GPL-2.0 |