From 9799ee48da81d4b8bee5ce0ac0225e40f25cd95e Mon Sep 17 00:00:00 2001 From: loukylor Date: Mon, 17 May 2021 20:01:56 -0700 Subject: [PATCH] oops --- AvatarHider/AvatarHiderMod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AvatarHider/AvatarHiderMod.cs b/AvatarHider/AvatarHiderMod.cs index ef13cff..aa95cdf 100644 --- a/AvatarHider/AvatarHiderMod.cs +++ b/AvatarHider/AvatarHiderMod.cs @@ -3,7 +3,7 @@ using AvatarHider.Utilities; using MelonLoader; -[assembly: MelonInfo(typeof(AvatarHider.AvatarHiderMod), "AvatarHider", "1.2.2", "loukylor and ImTiara", "https://github.com/loukylor/VRC-Mods")] +[assembly: MelonInfo(typeof(AvatarHider.AvatarHiderMod), "AvatarHider", "1.2.3", "loukylor and ImTiara", "https://github.com/loukylor/VRC-Mods")] [assembly: MelonGame("VRChat", "VRChat")] namespace AvatarHider