Skip to content

Commit

Permalink
Bump version to 1.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleblanc committed Jul 27, 2018
1 parent 52b2e07 commit 8b7eb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoxCLI/BoxCLIInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class BoxCLIInfo
{
public const string ProductTitle = "Box CLI";

public const string Version = "1.3.0";
public const string Version = "1.4.0";
}
}
2 changes: 1 addition & 1 deletion BoxCLIInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="BoxCLI" Language="1033" Version="1.2.0" Manufacturer="Box" UpgradeCode="4c6ec143-4c4b-4c0e-bf14-4e0fa8e1101b">
<Product Id="*" Name="BoxCLI" Language="1033" Version="1.4.0" Manufacturer="Box" UpgradeCode="4c6ec143-4c4b-4c0e-bf14-4e0fa8e1101b">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64"/>
<UI>
<UIRef Id="WixUI_InstallDir" />
Expand Down

0 comments on commit 8b7eb1c

Please sign in to comment.