revert serviceVersion change as the API is still compatible

This commit is contained in:
Mohamed Hegazy
2015-01-20 11:06:21 -08:00
parent 1b1a45be6b
commit fe96258920
2 changed files with 4424 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@
/// <reference path='formatting\smartIndenter.ts' />
module ts {
export var servicesVersion = "0.4.1"
export var servicesVersion = "0.4";
export interface Node {
getSourceFile(): SourceFile;