Skip to content

Commit ea309fe

Browse files
authored
Update version (microsoft#12162)
1 parent d537b79 commit ea309fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0",
5+
"version": "2.2.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
@@ -5,7 +5,7 @@
55
namespace ts {
66
/** The version of the TypeScript compiler release */
77

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

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

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,6 @@ namespace TypeScript.Services {
12661266
// TODO: it should be moved into a namespace though.
12671267

12681268
/* @internal */
1269-
const toolsVersion = "2.1";
1269+
const toolsVersion = "2.2";
12701270

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

0 commit comments

Comments
 (0)