Skip to content

Commit 3f2e391

Browse files
committed
revert versions
1 parent f361ed1 commit 3f2e391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler/program.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace ts {
66
/** The version of the TypeScript compiler release */
77

8-
export const version = "2.0.5";
8+
export const version = "2.1.0";
99

1010
const emptyArray: any[] = [];
1111

src/services/shims.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,6 @@ namespace TypeScript.Services {
12561256
// TODO: it should be moved into a namespace though.
12571257

12581258
/* @internal */
1259-
const toolsVersion = "2.0";
1259+
const toolsVersion = "2.1";
12601260

12611261
/* tslint:enable:no-unused-variable */

0 commit comments

Comments
 (0)