diff --git a/package.json b/package.json index c49162343a2..817ce333b0a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typescript", "author": "Microsoft Corp.", "homepage": "http://typescriptlang.org/", - "version": "2.2.0", + "version": "2.3.0", "license": "Apache-2.0", "description": "TypeScript is a language for application scale JavaScript development", "keywords": [ diff --git a/src/compiler/core.ts b/src/compiler/core.ts index 43bbf86509e..71c0f55c9af 100644 --- a/src/compiler/core.ts +++ b/src/compiler/core.ts @@ -3,7 +3,7 @@ namespace ts { /** The version of the TypeScript compiler release */ - export const version = "2.2.0"; + export const version = "2.3.0"; } /* @internal */ diff --git a/src/services/shims.ts b/src/services/shims.ts index 487947ee458..6fe9aed144e 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -1269,4 +1269,4 @@ namespace TypeScript.Services { // TODO: it should be moved into a namespace though. /* @internal */ -const toolsVersion = "2.2"; \ No newline at end of file +const toolsVersion = "2.3"; \ No newline at end of file