diff --git a/HISTORY.md b/HISTORY.md index 5d1b0a7..cf3a0bf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## v2.0.x Unreleased +## v2.0.1 May 5th, 2015 - Updated development dependencies - Updated documentation diff --git a/bower.json b/bower.json index e9eb54f..8c2307d 100644 --- a/bower.json +++ b/bower.json @@ -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"