Update version (#12162)

This commit is contained in:
Mohamed Hegazy 2016-11-10 16:30:01 -08:00 committed by GitHub
parent d537b79c61
commit ea309fe504
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View file

@ -5,7 +5,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.1.0";
export const version = "2.2.0";
const emptyArray: any[] = [];

View file

@ -1266,6 +1266,6 @@ namespace TypeScript.Services {
// TODO: it should be moved into a namespace though.
/* @internal */
const toolsVersion = "2.1";
const toolsVersion = "2.2";
/* tslint:enable:no-unused-variable */