From 316f6e5d76a33266970778e80507149d9ef6a02d Mon Sep 17 00:00:00 2001 From: malsup Date: Sun, 23 Nov 2014 22:14:41 -0500 Subject: [PATCH] version bump --- blockUI.jquery.json | 2 +- bower.json | 2 +- jquery.blockUI.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blockUI.jquery.json b/blockUI.jquery.json index d8f6ed0..6b4741e 100644 --- a/blockUI.jquery.json +++ b/blockUI.jquery.json @@ -8,7 +8,7 @@ "dialog", "modal" ], - "version": "2.55.0-2013.01.23", + "version": "2.70.0-2014.11.23", "author": { "name": "M. Alsup", "url": "http://jquery.malsup.com" diff --git a/bower.json b/bower.json index 899830d..d8c6dd8 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "dialog", "modal" ], - "version": "2.65", + "version": "2.70", "author": { "name": "M. Alsup", "url": "http://jquery.malsup.com" diff --git a/jquery.blockUI.js b/jquery.blockUI.js index c206c3c..90ce5d6 100644 --- a/jquery.blockUI.js +++ b/jquery.blockUI.js @@ -1,6 +1,6 @@ /*! * jQuery blockUI plugin - * Version 2.66.0-2013.10.09 + * Version 2.70.0-2014.11.23 * Requires jQuery v1.7 or later * * Examples at: http://malsup.com/jquery/block/ @@ -107,7 +107,7 @@ }); }; - $.blockUI.version = 2.66; // 2nd generation blocking at no extra cost! + $.blockUI.version = 2.70; // 2nd generation blocking at no extra cost! // override these in your code to change the default behavior and style $.blockUI.defaults = {