Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArion authored Nov 28, 2020
1 parent a3d3111 commit 6d4bbcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]
Expand All @@ -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";
}
}
}

0 comments on commit 6d4bbcb

Please sign in to comment.