Update version (#21659)

This commit is contained in:
Mohamed Hegazy
2018-02-05 17:01:15 -08:00
committed by GitHub
parent 2eba4495a4
commit b671a8ce1f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.7.1",
"version": "2.7.2",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
@@ -80,7 +80,7 @@
"tslint": "latest",
"vinyl": "latest",
"chalk": "latest",
"typescript": "next"
"typescript": "^2.7"
},
"scripts": {
"pretest": "jake tests",
+1 -1
View File
@@ -6,7 +6,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "2.7";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.1`;
export const version = `${versionMajorMinor}.2`;
}
namespace ts {