Skip to content

Commit 915b486

Browse files
committed
Update version
1 parent a15a7ec commit 915b486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.4.1",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [
@@ -75,7 +75,7 @@
7575
"travis-fold": "latest",
7676
"ts-node": "latest",
7777
"tslint": "latest",
78-
"typescript": "next"
78+
"typescript": "^2.4"
7979
},
8080
"scripts": {
8181
"pretest": "jake tests",

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.4.1";
77
}
88

99
/* @internal */

0 commit comments

Comments
 (0)