summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2013-08-31 11:24:36 -0400
committerRob Loach <robloach@gmail.com>2013-08-31 11:24:36 -0400
commit5ff9266876e5ff7914e2a991298eaa374a2c8040 (patch)
tree884463addddb52158d1478850fa933537480c203
parent86e9ef98ed9d971c598a95015f46f6039a2192ca (diff)
downloadjquery-once-5ff9266876e5ff7914e2a991298eaa374a2c8040.zip
jquery-once-5ff9266876e5ff7914e2a991298eaa374a2c8040.tar.gz
jquery-once-5ff9266876e5ff7914e2a991298eaa374a2c8040.tar.bz2
Release 1.2.41.2.4
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--jquery.once.js2
-rw-r--r--once.jquery.json2
-rw-r--r--package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/bower.json b/bower.json
index 6443b9a..c0288ec 100644
--- a/bower.json
+++ b/bower.json
@@ -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"
],