From 2c92b2fa6052f59e6b61140cd25991faf0fa4925 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Tue, 23 Sep 2014 12:03:30 -0700 Subject: [PATCH] Update Version --- 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..e68faf1989f 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.1.0-1", "licenses": [ { "type": "Apache License 2.0", diff --git a/src/compiler/tsc.ts b/src/compiler/tsc.ts index e68a11a4b9a..3cb3988dbc5 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.1.0.1"; /** * Checks to see if the locale is in the appropriate format,