diff options
author | Rob Loach <robloach@gmail.com> | 2015-05-05 16:53:44 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-05-05 16:53:44 -0400 |
commit | 02ea1dc58eba1dff365f7d47fea6a56d6ac4f54c (patch) | |
tree | 0876fa9a95cadcb718049e61e97629cc1d261047 | |
parent | cb29f0e8f7c9fe9cb1cb39810dc1f27c563b1033 (diff) | |
download | jquery-once-02ea1dc58eba1dff365f7d47fea6a56d6ac4f54c.zip jquery-once-02ea1dc58eba1dff365f7d47fea6a56d6ac4f54c.tar.gz jquery-once-02ea1dc58eba1dff365f7d47fea6a56d6ac4f54c.tar.bz2 |
feat(~): Tag 2.0.12.0.1
-rw-r--r-- | HISTORY.md | 2 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | jquery.once.js | 2 | ||||
-rw-r--r-- | jquery.once.min.js | 2 | ||||
-rw-r--r-- | once.jquery.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ # History -## v2.0.x Unreleased +## v2.0.1 May 5th, 2015 - Updated development dependencies - Updated documentation @@ -2,7 +2,7 @@ "name": "jquery-once", "homepage": "http://github.com/robloach/jquery-once", "description": "Act on jQuery elements only once.", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-2.0", "main": "jquery.once.js", "ignore": [ diff --git a/component.json b/component.json index 485bb1e..6c1af19 100644 --- a/component.json +++ b/component.json @@ -4,7 +4,7 @@ "homepage": "http://github.com/robloach/jquery-once", "description": "Act on jQuery elements only once.", "license": "GPL-2.0", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "jquery", "jquery-plugin" diff --git a/jquery.once.js b/jquery.once.js index 6d258a6..77cad99 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -1,5 +1,5 @@ /*! - * jQuery Once v2.0.0 - http://github.com/robloach/jquery-once + * jQuery Once v2.0.1 - 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 c9df0fc..5f926bd 100644 --- a/jquery.once.min.js +++ b/jquery.once.min.js @@ -1,5 +1,5 @@ /*! - * jQuery Once v2.0.0 - http://github.com/robloach/jquery-once + * jQuery Once v2.0.1 - 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/once.jquery.json b/once.jquery.json index 08bcd72..e8bcc92 100644 --- a/once.jquery.json +++ b/once.jquery.json @@ -6,7 +6,7 @@ "jquery", "once" ], - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Rob Loach", "url": "http://robloach.net" diff --git a/package.json b/package.json index 278ef2c..15167fe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-once", "title": "jQuery Once", "description": "Act on jQuery elements only once.", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "jquery", "jquery-plugin" |