Skip to content

Commit

Permalink
Set version 2024.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Nov 11, 2024
1 parent ac2e98a commit f6afdc8
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.10.16</ApplicationVersion>
<ProductVersion>2024.10.16</ProductVersion>
<ApplicationVersion>2024.11.11</ApplicationVersion>
<ProductVersion>2024.11.11</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.10.16</AssemblyVersion>
<FileVersion>2024.10.16</FileVersion>
<AssemblyVersion>2024.11.11</AssemblyVersion>
<FileVersion>2024.11.11</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.10.16",
"version": "2024.11.11",
"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.10.16";
public string versionName = "2024.10.16";
public string version = "2024.11.11";
public string versionName = "2024.11.11";
}
}

0 comments on commit f6afdc8

Please sign in to comment.