Update version

This commit is contained in:
Mohamed Hegazy 2016-11-08 12:11:52 -08:00
parent 796a159e63
commit aaf6c1dad4
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.1.1",
"version": "2.1.2",
"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.1.1";
export const version = "2.1.2";
const emptyArray: any[] = [];