Merge pull request #1873 from Microsoft/bumpTo1.5

Bump version to 1.5 (compiler)/0.5 (services)
This commit is contained in:
Daniel Rosenwasser 2015-01-30 15:22:05 -08:00
commit ab9ce1e9e6
3 changed files with 46 additions and 46 deletions

View file

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "1.4.0",
"version": "1.5.0",
"licenses": [
{
"type": "Apache License 2.0",

View file

@ -2,7 +2,7 @@
/// <reference path="commandLineParser.ts"/>
module ts {
var version = "1.4.0.0";
var version = "1.5.0.0";
export interface SourceFile {
fileWatcher: FileWatcher;

View file

@ -9,7 +9,7 @@
/// <reference path='formatting\smartIndenter.ts' />
module ts {
export var servicesVersion = "0.4"
export var servicesVersion = "0.5"
export interface Node {
getSourceFile(): SourceFile;