Skip to content

Commit 9044594

Browse files
authored
Bump to version 2.2.0
1 parent 9d5f267 commit 9044594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Installer/Installer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const string projectName = "RevitPythonShell";
1313
const string outputName = "RevitPythonShell";
1414
const string outputDir = "output";
15-
const string version = "2.1.0";
15+
const string version = "2.2.0";
1616

1717
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1818
var project = new Project
@@ -67,4 +67,4 @@ WixEntity[] GenerateWixEntities()
6767
}
6868

6969
return versionStorages.Select(storage => new Dir(storage.Key, storage.Value.ToArray())).Cast<WixEntity>().ToArray();
70-
}
70+
}

0 commit comments

Comments
 (0)