Skip to content

Commit

Permalink
Version 1.0.0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Oct 28, 2023
1 parent 509fbb1 commit 8d953db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HAController.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>71</ApplicationRevision>
<ApplicationVersion>1.0.0.71</ApplicationVersion>
<ApplicationRevision>72</ApplicationRevision>
<ApplicationVersion>1.0.0.72</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
6 changes: 3 additions & 3 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Jacob Weisz")>
<Assembly: AssemblyProduct("HAController")>
<Assembly: AssemblyCopyright("Copyright © 2015-2022 Jacob Weisz")>
<Assembly: AssemblyCopyright("Copyright © 2015-2023 Jacob Weisz")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.0.71")>
<Assembly: AssemblyFileVersion("1.0.0.71")>
<Assembly: AssemblyVersion("1.0.0.72")>
<Assembly: AssemblyFileVersion("1.0.0.72")>

0 comments on commit 8d953db

Please sign in to comment.