Skip to content

Commit 1d0087d

Browse files
committed
Update version
1 parent 3d8cf62 commit 1d0087d

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.4.0",
5+
"version": "2.5.0",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace ts {
55
/** The version of the TypeScript compiler release */
6-
export const version = "2.4.0";
6+
export const version = "2.5.0";
77
}
88

99
/* @internal */

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,4 +1248,4 @@ namespace TypeScript.Services {
12481248
// TODO: it should be moved into a namespace though.
12491249

12501250
/* @internal */
1251-
const toolsVersion = "2.4";
1251+
const toolsVersion = "2.5";

0 commit comments

Comments
 (0)