Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
installer(release): 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZ1337 committed Oct 22, 2024
1 parent 9a8a6fe commit fdd552c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion psp-papers-installer/psp-papers-installer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<RootNamespace>psp_papers_installer</RootNamespace>
Expand Down
1 change: 0 additions & 1 deletion psp-papers-mod/src/Patches/TravelerContextPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public static class TravelerContextPatch {
[HarmonyPrefix]
[HarmonyPatch(typeof(TravelerContext), nameof(TravelerContext.makeTravelerSpec))]
private static void MarkSpecCall() {
Console.WriteLine("TravelerContext.makeTravelerSpec called");
isSpecCall = true;
}

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.4.2

0 comments on commit fdd552c

Please sign in to comment.