Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Jul 18, 2024
1 parent 462d5f6 commit 1697475
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HeroesPowerPlant/HeroesPowerPlant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2024.07.07</ApplicationVersion>
<ProductVersion>2024.07.07</ProductVersion>
<ApplicationVersion>2024.07.18</ApplicationVersion>
<ProductVersion>2024.07.18</ProductVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<AssemblyTitle>HeroesPowerPlant</AssemblyTitle>
<Company>Heroes Hacking Central</Company>
<Product>Heroes Power Plant</Product>
<Copyright>Copyright © 2018-2024 igorseabra4 + friends</Copyright>
<AssemblyVersion>2024.07.07</AssemblyVersion>
<FileVersion>2024.07.07</FileVersion>
<AssemblyVersion>2024.07.18</AssemblyVersion>
<FileVersion>2024.07.18</FileVersion>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseWindowsForms>true</UseWindowsForms>
Expand Down
2 changes: 1 addition & 1 deletion HeroesPowerPlant/MainForm/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HeroesPowerPlant/Resources/hpp_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2024.07.07",
"version": "2024.07.18",
"versionName": "To stay on the current version, disable:\nOptions -> Check For Updates on Startup"
}
4 changes: 2 additions & 2 deletions HeroesPowerPlant/Shared/IO/Config/HPPVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class HPPVersion
{
public string version = "2024.07.07";
public string versionName = "2024.07.07";
public string version = "2024.07.18";
public string versionName = "2024.07.18";
}
}

0 comments on commit 1697475

Please sign in to comment.