Bump version number from 2.3.4 to 2.3.5

This commit is contained in:
Andrew Casey
2017-06-02 13:41:57 -07:00
parent 8924d42211
commit 2ef2093155
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.3.4",
"version": "2.3.5",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
+1 -1
View File
@@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.3.4";
export const version = "2.3.5";
}
/* @internal */