Skip to content

Commit 48ab0ce

Browse files
authored
Change version to 2.1.0 (#9615)
1 parent 5960877 commit 48ab0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace ts {
99
/* @internal */ export let ioWriteTime = 0;
1010

1111
/** The version of the TypeScript compiler release */
12-
export const version = "2.0.0";
12+
export const version = "2.1.0";
1313

1414
const emptyArray: any[] = [];
1515

0 commit comments

Comments
 (0)