Update version to match VS version

This commit is contained in:
Paul van Brenk 2015-10-15 11:27:31 -07:00
parent e5365c1def
commit c56cc79ece
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.0",
"version": "1.7.2",
"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.0";
export const version = "1.7.2";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";