Skip to content

Commit

Permalink
Update to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueRaja committed Mar 1, 2021
1 parent d1d61f3 commit a36ac57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion XogarInstaller/Xogar.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="Xogar" Language="1033" Version="2.0.1" Manufacturer="Xogar Open Source Devs" UpgradeCode="5EAB86C3-D79A-493B-BC7D-534E40F91E70">
<Product Id="*" Name="Xogar" Language="1033" Version="2.0.2" Manufacturer="Xogar Open Source Devs" UpgradeCode="5EAB86C3-D79A-493B-BC7D-534E40F91E70">
<Package Description="The Xogar Windows GUI." Comments="Xogar starts a random game in your collection" InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<MajorUpgrade
Expand Down
4 changes: 2 additions & 2 deletions XogarLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.2")]
4 changes: 2 additions & 2 deletions XogarWinGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.2")]

0 comments on commit a36ac57

Please sign in to comment.