From 62d65217eaac82fc5417c61bae8fe56d5bfa5227 Mon Sep 17 00:00:00 2001 From: jessesh Date: Fri, 2 Oct 2015 15:16:20 -0700 Subject: [PATCH] Bumping version number --- package.json | 2 +- src/strings/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07c55133a..d17d07023 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.4.0", "main": "js/ui.js", "homepage": "http://try.buildwinjs.com/", "author": { diff --git a/src/strings/package.json b/src/strings/package.json index d1788ceea..ba4ceda4f 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.4.0", "homepage": "http://try.buildwinjs.com/", "author": { "name": "Microsoft Corporation and other contributors",