From f97d7b62c37d28ed28aba27706af19d5e666940f Mon Sep 17 00:00:00 2001 From: Lachlan Leone Date: Sat, 12 Nov 2022 12:36:20 +1100 Subject: [PATCH] vs fix --- MMOKitchen/Mod.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMOKitchen/Mod.cs b/MMOKitchen/Mod.cs index 73f5bff..22463a4 100644 --- a/MMOKitchen/Mod.cs +++ b/MMOKitchen/Mod.cs @@ -8,14 +8,14 @@ using MelonLoader; #endif #if MelonLoader -[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.2", "StarFluxGames")] +[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.3", "StarFluxGames")] [assembly: MelonGame("It's Happening", "PlateUp")] #endif namespace MMOKitchen { #if BepInEx [BepInProcess("PlateUp.exe")] - [BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.2")] + [BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.3")] #endif public class Mod : BaseMod {