From f47529bcb5089a687f6d3802d85efdf464986c84 Mon Sep 17 00:00:00 2001 From: Sean Xu Date: Fri, 11 Sep 2015 16:54:12 -0700 Subject: [PATCH] Updated package.json to consume WinJS 4.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b585bc..5ee17eb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/winjs/angular-winjs/graphs/contributors" }, "license": "MIT", - "version": "4.0.0", + "version": "4.3.0", "main": "js/angular-winjs.js", "scripts": { "test": "karma start karma.config.js" @@ -37,7 +37,7 @@ "devDependencies": { "angular-mocks": "~1.3.13", "karma": "~0.10", - "winjs": "4.2.x", + "winjs": "4.3.x", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-compress": "^0.13.0",