From 9d82aa2e6a0f42159878e2b14c6ce3f7101a471b Mon Sep 17 00:00:00 2001 From: Paulo Cesar Date: Tue, 28 Jun 2016 20:35:47 -0300 Subject: [PATCH] Update phery.js --- phery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phery.js b/phery.js index f6a480a..e466148 100644 --- a/phery.js +++ b/phery.js @@ -82,7 +82,7 @@ }, /** * @class - * @version 2.7.2 + * @version 2.7.4 * @extends {jQuery} */ phery = (function(){ return function(){ return phery; }; })(); @@ -108,7 +108,7 @@ * * @type {String} */ - phery.version = '2.7.2'; + phery.version = '2.7.4'; /** * @lends {Object.prototype.hasOwnProperty}