Update compiler version to 1.3

This commit is contained in:
Jason Freeman 2014-10-06 18:17:58 -07:00
parent 33fe4013ea
commit 0625cc4650
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -9,7 +9,7 @@
/// <reference path="commandLineParser.ts"/>
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,