Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbest committed Oct 25, 2013
1 parent 236f7da commit 6bcab26
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion knockout-deferred-updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license Deferred Updates plugin for Knockout http://knockoutjs.com/
* (c) Michael Best, Steven Sanderson
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
* Version 2.3.1
* Version 3.0.0
*/

(function(factory) {
Expand Down
30 changes: 15 additions & 15 deletions knockout-deferred-updates.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "knockout-deferred-updates",
"description": "Deferred Updates plugin for Knockout",
"url": "http://mbest.github.io/knockout-deferred-updates/",
"version": "2.1.0",
"homepage": "http://mbest.github.io/knockout-deferred-updates/",
"version": "3.0.0",
"license": "MIT",
"author": "Michael Best",
"main": "knockout-deferred-updates.js",
Expand All @@ -12,6 +12,6 @@
},
"bugs": "https://github.com/mbest/knockout-deferred-updates/issues",
"dependencies": {
"knockout": ">=2.2.0"
"knockout": ">=3.0.0"
}
}

0 comments on commit 6bcab26

Please sign in to comment.