From f5549b17aadfdb0a474899a18a179d8b2e33178a Mon Sep 17 00:00:00 2001 From: M'aiq Date: Tue, 15 Jun 2021 01:26:58 -0500 Subject: [PATCH] Fix manifest --- thunderstore/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thunderstore/manifest.json b/thunderstore/manifest.json index 5f6a168..a764da5 100644 --- a/thunderstore/manifest.json +++ b/thunderstore/manifest.json @@ -1,9 +1,9 @@ { - "name": "InfiniteCasings", - "version_number": "1.1.0", + "name": "Template Plugin", + "version_number": "0.1.0", "dependencies": [ "nrgill28-HookGenPatcher_H3VR-1.2.3" ], - "description": "Enables infinite casings on scenes that normally force casing despawn, such as TNH.", - "website_url": "https://github.com/Maiq-The-Dude/InfiniteCasings" + "description": "Template plugin for H3VR.", + "website_url": "https://github.com/Maiq-The-Dude/H3VR.EmptyBepInEx" }