From 3f2e3919b4a5193d68bc0027700dd0e2a28eeddb Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Tue, 27 Sep 2016 23:36:19 -0700 Subject: [PATCH] revert versions --- src/compiler/program.ts | 2 +- src/services/shims.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index e33bc695c20..91adb09c402 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -5,7 +5,7 @@ namespace ts { /** The version of the TypeScript compiler release */ - export const version = "2.0.5"; + export const version = "2.1.0"; const emptyArray: any[] = []; diff --git a/src/services/shims.ts b/src/services/shims.ts index d0c368ada9b..e6836d8b9b8 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -1256,6 +1256,6 @@ namespace TypeScript.Services { // TODO: it should be moved into a namespace though. /* @internal */ -const toolsVersion = "2.0"; +const toolsVersion = "2.1"; /* tslint:enable:no-unused-variable */