We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf8764 commit 2c92b2fCopy full SHA for 2c92b2f
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "1.1.0",
+ "version": "1.1.0-1",
6
"licenses": [
7
{
8
"type": "Apache License 2.0",
src/compiler/tsc.ts
@@ -9,7 +9,7 @@
9
/// <reference path="commandLineParser.ts"/>
10
11
module ts {
12
- var version = "1.1.0.0";
+ var version = "1.1.0.1";
13
14
/**
15
* Checks to see if the locale is in the appropriate format,
0 commit comments