mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Update version
This commit is contained in:
parent
df65cc3120
commit
1a698df3c8
@ -2,7 +2,7 @@
|
||||
"name": "typescript",
|
||||
"author": "Microsoft Corp.",
|
||||
"homepage": "http://typescriptlang.org/",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"license": "Apache-2.0",
|
||||
"description": "TypeScript is a language for application scale JavaScript development",
|
||||
"keywords": [
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
namespace ts {
|
||||
/** The version of the TypeScript compiler release */
|
||||
|
||||
export const version = "2.0.7";
|
||||
export const version = "2.0.8";
|
||||
|
||||
const emptyArray: any[] = [];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user