diff options
author | Rob Loach <robloach@gmail.com> | 2013-08-31 11:24:36 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2013-08-31 11:24:36 -0400 |
commit | 5ff9266876e5ff7914e2a991298eaa374a2c8040 (patch) | |
tree | 884463addddb52158d1478850fa933537480c203 | |
parent | 86e9ef98ed9d971c598a95015f46f6039a2192ca (diff) | |
download | jquery-once-5ff9266876e5ff7914e2a991298eaa374a2c8040.zip jquery-once-5ff9266876e5ff7914e2a991298eaa374a2c8040.tar.gz jquery-once-5ff9266876e5ff7914e2a991298eaa374a2c8040.tar.bz2 |
Release 1.2.41.2.4
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | jquery.once.js | 2 | ||||
-rw-r--r-- | once.jquery.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ "name": "jquery-once", "homepage": "http://github.com/robloach/jquery-once", "description": "jQuery Once Plugin", - "version": "1.2.3", + "version": "1.2.4", "main": "jquery.once.js" "ignore": [ "*.json", diff --git a/component.json b/component.json index 34cfe45..1189c72 100644 --- a/component.json +++ b/component.json @@ -4,7 +4,7 @@ "homepage": "http://github.com/robloach/jquery-once", "description": "jQuery Once Plugin", "license": "MIT", - "version": "1.2.3", + "version": "1.2.4", "keywords": [ "jquery" ], diff --git a/jquery.once.js b/jquery.once.js index dd2e6ce..50e60b9 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -1,5 +1,5 @@ /** - * jQuery Once Plugin 1.2.3 + * jQuery Once Plugin 1.2.4 * http://github.com/robloach/jquery-once * * Dual licensed under the MIT and GPL licenses: diff --git a/once.jquery.json b/once.jquery.json index 961f715..89a5486 100644 --- a/once.jquery.json +++ b/once.jquery.json @@ -6,7 +6,7 @@ "jquery", "once" ], - "version": "1.2.3", + "version": "1.2.4", "author": { "name": "Konstantin Kafer", "url": "http://kkaefer.com" diff --git a/package.json b/package.json index 396374e..8242d61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery-once", "description": "jQuery Once Plugin.", - "version": "1.2.3", + "version": "1.2.4", "keywords": [ "jquery" ], |