From 01fef7c854fa94e58e01fecaf38722cf1681b18a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 29 Sep 2015 10:47:15 -0700 Subject: [PATCH] Bump to v4.3.1. --- package.json | 2 +- src/strings/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 42ea576ff..253a6f9f3 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.3.0", + "version": "4.3.1", "main": "js/ui.js", "homepage": "http://try.buildwinjs.com/", "author": { diff --git a/src/strings/package.json b/src/strings/package.json index d1788ceea..01a01e792 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.3.0", + "version": "4.3.1", "homepage": "http://try.buildwinjs.com/", "author": { "name": "Microsoft Corporation and other contributors",