Update servicesVersion

This commit is contained in:
Mohamed Hegazy
2015-01-19 20:03:35 -08:00
parent c9b1309025
commit 000206fd8f
+1 -1
View File
@@ -9,7 +9,7 @@
/// <reference path='formatting\smartIndenter.ts' />
module ts {
export var servicesVersion = "0.4"
export var servicesVersion = "0.4.1"
export interface Node {
getSourceFile(): SourceFile;