revert versions

This commit is contained in:
Vladimir Matveev 2016-09-27 23:36:19 -07:00
parent f361ed19c1
commit 3f2e3919b4
2 changed files with 2 additions and 2 deletions

View file

@ -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[] = [];

View file

@ -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 */