diff --git a/Source/Assembly.cs b/Source/Assembly.cs index 6a88d41..bce416e 100644 --- a/Source/Assembly.cs +++ b/Source/Assembly.cs @@ -2,5 +2,5 @@ using System.Reflection; [assembly: AssemblyDescription("KeepCoding is a C# class library by Emik (https://github.com/Emik03) meant to help speed up the process of scripting Keep Talking and Nobody Explodes modules by giving better alternatives to common commands, and automating things universal to module-creation. (such as moduleIds, or logging)")] -[assembly: AssemblyVersion("12")] +[assembly: AssemblyVersion("12.0.1")] [assembly: CLSCompliant(true)]