Update version

This commit is contained in:
Mohamed Hegazy 2015-04-01 09:30:13 -07:00
parent 8bf61c7be1
commit 9c4734901c
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",
"version": "1.5.0-alpha",
"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 let version = "1.5.0";
export let version = "1.5.0-alpha";
export function findConfigFile(searchPath: string): string {
var fileName = "tsconfig.json";