Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BobVul committed Jun 13, 2018
1 parent 0187e22 commit 734dd37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WixSharp Setup/wix/WixSharp Setup.g.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</auto-generated>
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="69141597-0065-4998-810f-ff24a0ad8448" Name="GrowlToToast" Language="1033" Codepage="Windows-1252" Version="2.0.1.0" UpgradeCode="69141597-0065-4998-810f-ff2480ad7447" Manufacturer="BobVul">
<Product Id="69141597-0065-4998-810f-ff24a0ad9448" Name="GrowlToToast" Language="1033" Codepage="Windows-1252" Version="2.0.2.0" UpgradeCode="69141597-0065-4998-810f-ff2480ad7447" Manufacturer="BobVul">
<Package InstallerVersion="200" Compressed="yes" SummaryCodepage="Windows-1252" Languages="1033" InstallScope="perMachine" />
<Media Id="1" Cabinet="GrowlToToast.cab" EmbedCab="yes" />

Expand Down
6 changes: 3 additions & 3 deletions src/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyInformationalVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
[assembly: AssemblyInformationalVersion("2.0.2")]

0 comments on commit 734dd37

Please sign in to comment.