Skip to content

Commit 2c92b2f

Browse files
committed
Update Version
1 parent dbf8764 commit 2c92b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
5-
"version": "1.1.0",
5+
"version": "1.1.0-1",
66
"licenses": [
77
{
88
"type": "Apache License 2.0",

src/compiler/tsc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/// <reference path="commandLineParser.ts"/>
1010

1111
module ts {
12-
var version = "1.1.0.0";
12+
var version = "1.1.0.1";
1313

1414
/**
1515
* Checks to see if the locale is in the appropriate format,

0 commit comments

Comments
 (0)