Merge pull request #5922 from Microsoft/updateversion

Update to 1.7.5 version in release-1.7
This commit is contained in:
Yui 2015-12-03 17:55:09 -08:00
commit 792e86e26f
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.7.3",
"version": "1.7.5",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@ -12,7 +12,7 @@ namespace ts {
let emptyArray: any[] = [];
export const version = "1.7.3";
export const version = "1.7.5";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";