Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Feb 28, 2024
1 parent 4dab1a4 commit 5786589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MHFZ_Overlay/MHFZ_Overlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Product>MHFZ Overlay</Product>
<Copyright>Doriel Rivalet</Copyright>
<Authors>Doriel Rivalet</Authors>
<Version>0.37.0</Version>
<Version>0.37.1</Version>
<PackageProjectUrl>https://github.com/DorielRivalet/mhfz-overlay</PackageProjectUrl>
<RepositoryUrl>https://github.com/DorielRivalet/mhfz-overlay.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -1949,7 +1949,7 @@
<PackageReference Include="Memory.dll.x86" Version="1.2.26" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2365.46" />
<PackageReference Include="MouseKeyHook" Version="5.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
Expand All @@ -1967,7 +1967,7 @@
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="Velopack" Version="0.0.332" />
<PackageReference Include="Velopack" Version="0.0.340" />
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.5" />
<PackageReference Include="WPF-UI" Version="3.0.0" />
<PackageReference Include="WPF-UI.Tray" Version="3.0.0-preview.11" />
Expand Down
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Services/DatabaseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17967,7 +17967,7 @@ private void PerformUpdateToVersion_0_37_1(SQLiteConnection connection, DataLoad
FillQuestsGamePatch(connection, dataLoader);
}

private void ChangeGameFolderPath(SQLiteConnection conn)
private void ChangeGameFolderPath(SQLiteConnection conn)
{
if (string.IsNullOrEmpty(this.dataSource))
{
Expand Down

0 comments on commit 5786589

Please sign in to comment.