Update version

This commit is contained in:
Mohamed Hegazy
2017-06-12 17:51:24 -07:00
parent a15a7ecee1
commit 915b486e84
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
@@ -75,7 +75,7 @@
"travis-fold": "latest",
"ts-node": "latest",
"tslint": "latest",
"typescript": "next"
"typescript": "^2.4"
},
"scripts": {
"pretest": "jake tests",

View File

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