Skip to content

Commit 9476c07

Browse files
committed
AutoHook 3.0.4.2 [PUSH]
Fixing alerts and repo link
1 parent 4501d8e commit 9476c07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AutoHook/AutoHook.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Authors>Det</Authors>
5-
<Version>3.0.4.1</Version>
5+
<Version>3.0.4.2</Version>
66
<Description>Auto hooks for you</Description>
77
<PackageProjectUrl>https://github.com/InitialDet/AutoHook</PackageProjectUrl>
88
<Configurations>Release;Debug</Configurations>

AutoHook/AutoHook.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Author": "Det",
33
"Name": "(old) Auto Hook",
44
"Punchline": "New Repo: https://love.puni.sh/ment.json",
5-
"Description": "It hooks the fish for you, can you believe it?",
5+
"Description": "Please update to the new repo, your settings will be preserved.",
66
"InternalName": "AutoHook",
77
"RepoUrl": "https://puni.sh/plugin/AutoHook",
88
"ApplicableVersion": "any",

AutoHook/PluginUI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void DrawTransitionPopup()
6969

7070
ImGui.TextWrapped($"This is a one-time message just to inform you that AutoHook has moved plugin repositories.\nThis will be the last update on the current repository.");
7171

72-
string warning = "You will have to transition to the new repository to recieve further updates.";
72+
string warning = "You will have to transition to the new repository to receive further updates. Your settings will be preserved!";
7373

7474
ImGui.GetIO().FontGlobalScale = 1.25f;
7575
ImGui.PushFont(ImGui.GetFont());

0 commit comments

Comments
 (0)