Skip to content

Commit

Permalink
Merge pull request #19 from emoacht/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
emoacht authored Sep 12, 2021
2 parents 2565f58 + 5d9f4f3 commit 623e13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Installer/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="Wifinian" Manufacturer="emoacht" Version="3.0.0"
<Product Id="*" Name="Wifinian" Manufacturer="emoacht" Version="3.0.1"
Language="1033" Codepage="1252" UpgradeCode="{A8357D71-600C-462A-AEEE-BF1B988DD2E4}">
<Package Id="*" InstallerVersion="500" Compressed="yes"
InstallScope="perMachine" InstallPrivileges="elevated"
Expand Down
Binary file modified Source/Wifinian/Library/ScreenFrame.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/Wifinian/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// 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("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: Guid("056ef371-bf6b-42c3-82b7-a113cafa5718")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 623e13e

Please sign in to comment.