Update version

This commit is contained in:
Mohamed Hegazy 2015-05-06 22:39:23 -07:00
parent 60b7bbb6c5
commit 805558b7ee
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "1.5.0-beta",
"version": "1.5.2",
"licenses": [
{
"type": "Apache License 2.0",

View File

@ -8,7 +8,7 @@ module ts {
/* @internal */ export let ioWriteTime = 0;
/** The version of the TypeScript compiler release */
export const version = "1.5.0-beta";
export const version = "1.5.2";
const carriageReturnLineFeed = "\r\n";
const lineFeed = "\n";