Update version

This commit is contained in:
Mohamed Hegazy
2017-06-12 18:28:10 -07:00
parent 3d8cf62846
commit 1d0087dd2d
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.4.0",
"version": "2.5.0",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.4.0";
export const version = "2.5.0";
}
/* @internal */

View File

@@ -1248,4 +1248,4 @@ namespace TypeScript.Services {
// TODO: it should be moved into a namespace though.
/* @internal */
const toolsVersion = "2.4";
const toolsVersion = "2.5";