From 6d4bbcb3b8abbf437f3bfbd17285428f796ff297 Mon Sep 17 00:00:00 2001 From: arion <53127594+Arion-Kun@users.noreply.github.com> Date: Sat, 28 Nov 2020 12:05:35 +0200 Subject: [PATCH] Update AssemblyInfo.cs --- AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index b17be2c..f00deff 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using MelonLoader; +using MelonLoader; [assembly: MelonInfo(typeof(Dawn.Mic.MicSensitivity), Dawn.Update.AssemblyInfo.Name, Dawn.Update.AssemblyInfo.Version + Dawn.Update.AssemblyInfo.Version, Dawn.Update.AssemblyInfo.Authors)] [assembly: MelonGame("VRChat", "VRChat")] [assembly: MelonOptionalDependencies("UIExpansionKit")] @@ -8,10 +8,10 @@ internal static class AssemblyInfo { internal const string Name = "MicSensitivity"; - internal const string Version = "1.0"; + internal const string Version = "1.1"; internal const string Description = ""; internal const string Authors = "@arion#1223"; } -} \ No newline at end of file +}