From 7120d8386ac73a5bfeda6f68b7b58e11aa2633e3 Mon Sep 17 00:00:00 2001 From: Adam Comella Date: Mon, 17 Aug 2015 14:13:00 -0700 Subject: [PATCH] 4.2.0 --- package.json | 2 +- src/strings/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 801e87889..e6708ecd8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "winjs", "title": "Windows Library for JavaScript (WinJS)", "description": "WinJS is a set of JavaScript toolkits that allow developers to build applications using HTML/JS/CSS technology.", - "version": "4.1.0", + "version": "4.2.0", "main": "js/ui.js", "homepage": "http://try.buildwinjs.com/", "author": { diff --git a/src/strings/package.json b/src/strings/package.json index a397ad0b8..6d87900a2 100644 --- a/src/strings/package.json +++ b/src/strings/package.json @@ -2,7 +2,7 @@ "name": "winjs-localization", "title": "Localized strings for the Windows Library for JavaScript (WinJS)", "description": "Provides localized versions of each string used by WinJS for each language WinJS supports.", - "version": "4.1.0", + "version": "4.2.0", "homepage": "http://try.buildwinjs.com/", "author": { "name": "Microsoft Corporation and other contributors",