Update version to 2.0.2

This commit is contained in:
Mohamed Hegazy
2016-08-18 14:53:04 -07:00
parent 1d9124eb7c
commit b10c2baaf3
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.0.1",
"version": "2.0.2",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

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

View File

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