Update Version

This commit is contained in:
Mohamed Hegazy
2016-10-05 21:15:58 -07:00
parent a7d2840d51
commit d48a3b19e5
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": "2.0.5",
"version": "2.0.6",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@@ -5,7 +5,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.0.5";
export const version = "2.0.6";
const emptyArray: any[] = [];