Increase version. (Cargo Cult'd from Glamourer)

This commit is contained in:
Exter-N 2024-01-21 18:33:57 +01:00 committed by Ottermandias
parent 38d855684b
commit 4183e29249
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@
<Company>absolute gangstas</Company>
<Product>Penumbra</Product>
<Copyright>Copyright © 2022</Copyright>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.1</FileVersion>
<AssemblyVersion>9.0.0.1</AssemblyVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>

View file

@ -3,7 +3,7 @@
"Name": "Penumbra",
"Description": "Runtime mod loader and manager.",
"InternalName": "Penumbra",
"AssemblyVersion": "1.0.0.0",
"AssemblyVersion": "9.0.0.1",
"RepoUrl": "https://github.com/xivdev/Penumbra",
"ApplicableVersion": "any",
"Tags": [ "modding" ],