Update version

This commit is contained in:
Mohamed Hegazy
2016-12-01 12:17:21 -08:00
parent af119e9ba5
commit 256e08569b
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.3",
"version": "2.1.4",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.1.3";
export const version = "2.1.4";
}
/* @internal */