From 0625cc4650e71362bdcbc21c046ef1d027667574 Mon Sep 17 00:00:00 2001 From: Jason Freeman Date: Mon, 6 Oct 2014 18:17:58 -0700 Subject: [PATCH] Update compiler version to 1.3 --- package.json | 2 +- src/compiler/tsc.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b1d991cca6..00752302254 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typescript", "author": "Microsoft Corp.", "homepage": "http://typescriptlang.org/", - "version": "1.1.0", + "version": "1.3.0", "licenses": [ { "type": "Apache License 2.0", diff --git a/src/compiler/tsc.ts b/src/compiler/tsc.ts index 2a148407631..c8cccd2da1c 100644 --- a/src/compiler/tsc.ts +++ b/src/compiler/tsc.ts @@ -9,7 +9,7 @@ /// module ts { - var version = "1.1.0.0"; + var version = "1.3.0.0"; /** * Checks to see if the locale is in the appropriate format,