Skip to content

Commit

Permalink
Bumping for 1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankvdStam committed Jul 14, 2022
1 parent 0fab8c1 commit 29ae665
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
Binary file modified Components/SoulMemory.dll
Binary file not shown.
Binary file modified Components/SoulSplitter.dll
Binary file not shown.
14 changes: 13 additions & 1 deletion Components/Updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update version="1.0.37">
<update version="1.0.38">
<files>
<file path="Components/SoulMemory.dll" status="changed" />
<file path="Components/SoulSplitter.dll" status="changed" />
<file path="Components/soulinjectee.dll" status="changed" />
</files>
<changelog>
<change>Added blackscreen removal to Elden Ring</change>
<change>Added 'on blackscreen' timing type to Elden Ring split timing options</change>
<change>Added character attribute based splits to Dark Souls 3</change>
</changelog>
</update>
<update version="1.0.37">
<files>
<file path="Components/SoulMemory.dll" status="changed" />
<file path="Components/SoulSplitter.dll" status="changed" />
Expand Down
4 changes: 2 additions & 2 deletions src/SoulMemory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.37")]
[assembly: AssemblyFileVersion("1.0.37")]
[assembly: AssemblyVersion("1.0.38")]
[assembly: AssemblyFileVersion("1.0.38")]
4 changes: 2 additions & 2 deletions src/SoulSplitter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.37")]
[assembly: AssemblyFileVersion("1.0.37")]
[assembly: AssemblyVersion("1.0.38")]
[assembly: AssemblyFileVersion("1.0.38")]
2 changes: 1 addition & 1 deletion src/SoulSplitter/VersionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ namespace SoulSplitter
{
internal static class VersionHelper
{
public static Version Version => new Version(1, 0, 37);
public static Version Version => new Version(1, 0, 38);
}
}

0 comments on commit 29ae665

Please sign in to comment.