Skip to content

Commit 805558b

Browse files
committed
Update version
1 parent 60b7bbb commit 805558b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "1.5.0-beta",
5+
"version": "1.5.2",
66
"licenses": [
77
{
88
"type": "Apache License 2.0",

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module ts {
88
/* @internal */ export let ioWriteTime = 0;
99

1010
/** The version of the TypeScript compiler release */
11-
export const version = "1.5.0-beta";
11+
export const version = "1.5.2";
1212

1313
const carriageReturnLineFeed = "\r\n";
1414
const lineFeed = "\n";

0 commit comments

Comments
 (0)