Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
malsup committed Nov 24, 2014
1 parent 6602bf8 commit 316f6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blockUI.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dialog",
"modal"
],
"version": "2.65",
"version": "2.70",
"author": {
"name": "M. Alsup",
"url": "http://jquery.malsup.com"
Expand Down
4 changes: 2 additions & 2 deletions jquery.blockUI.js
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 316f6e5

Please sign in to comment.