File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " typescript" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " http://typescriptlang.org/" ,
5
- "version" : " 1.5.2 " ,
5
+ "version" : " 1.5.3 " ,
6
6
"licenses" : [
7
7
{
8
8
"type" : " Apache License 2.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module ts {
8
8
/* @internal */ export let ioWriteTime = 0 ;
9
9
10
10
/** The version of the TypeScript compiler release */
11
- export const version = "1.5.2 " ;
11
+ export const version = "1.5.3 " ;
12
12
13
13
const carriageReturnLineFeed = "\r\n" ;
14
14
const lineFeed = "\n" ;
Original file line number Diff line number Diff line change @@ -989,4 +989,4 @@ module TypeScript.Services {
989
989
}
990
990
991
991
/* @internal */
992
- let toolsVersion = "1.4 " ;
992
+ let toolsVersion = "1.5 " ;
You can’t perform that action at this time.
0 commit comments