Skip to content

Commit

Permalink
Eval and Patcher Version Bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Sep 2, 2024
1 parent 541b404 commit a26f070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SynthEBD/PatcherState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace SynthEBD;
public class PatcherState
{
// Version
public static string Version = "1.0.3.6";
public static string Version = "1.0.3.7";

// Settings
public Settings_General GeneralSettings { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion SynthEBD/SynthEBD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="15.1.1" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="Z.Expressions.Eval" Version="6.1.8" />
<PackageReference Include="Z.Expressions.Eval" Version="6.1.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a26f070

Please sign in to comment.