Skip to content

Commit

Permalink
Bump version number. Tiny build script fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Nov 3, 2016
1 parent b2d1d05 commit 7248510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0
3 changes: 1 addition & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,8 @@ Task("Sign-Installer-Bundle")
{
var bundle = BuildDirectory + File(InstallerBundle);
var insignia = Directory("tools")
+ Directory("WiX.Toolset")
+ Directory("WiX")
+ Directory("tools")
+ Directory("wix")
+ File("insignia.exe");
// Detach Burn engine
Expand Down

0 comments on commit 7248510

Please sign in to comment.