Skip to content

Commit

Permalink
Updated package.json to consume WinJS 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingJaze committed Oct 6, 2015
1 parent 47d412d commit efb75b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ which allow them to show up in Knockout data-bind attributes like:
How to use this in your Knockout project?
----------------------------------------

Just make sure to include WinJS 4.3, and then include the adapter.
Just make sure to include WinJS, and then include the adapter.

<link href="winjs/css/ui-dark.css" rel="stylesheet" />
<script src="winjs/js/base.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-winjs",
"version": "2.3.0",
"version": "2.4.0",
"description": "Project to smooth the Knockout/WinJS interaction",
"main": "js/knockout-winjs.js",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"grunt-github-releaser": "^0.1.17",
"grunt-nuget": "^0.1.4",
"knockout": "^3.3.0",
"winjs": "4.3.x"
"winjs": "4.4.x"
}
}

0 comments on commit efb75b1

Please sign in to comment.