Skip to content

Commit

Permalink
8.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Mar 12, 2024
1 parent 81c2136 commit 4624226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion InnoSetup/Setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName "Genshin Stella Mod"
#define AppVersion "8.0.0.1"
#define AppVersion "8.0.0.2"
#define AppPublisher "Sefinek Inc."
#define AppURL "https://genshin.sefinek.net"
#define AppExeName "Stella Mod Launcher.exe"
Expand Down
6 changes: 3 additions & 3 deletions Stella.Launcher/1. Stella Mod Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<AssemblyVersion>8.0.0.1</AssemblyVersion>
<FileVersion>8.0.0.1</FileVersion>
<Version>8.0.0.1</Version>
<AssemblyVersion>8.0.0.2</AssemblyVersion>
<FileVersion>8.0.0.2</FileVersion>
<Version>8.0.0.2</Version>
<StartupObject>StellaModLauncher.Program</StartupObject>
<ApplicationIcon>data\images\icons\nahida.ico</ApplicationIcon>
<BaseOutputPath>..\Build\</BaseOutputPath>
Expand Down

0 comments on commit 4624226

Please sign in to comment.