diff --git a/Modot.csproj b/Modot.csproj index ead8a9b..0125df0 100644 --- a/Modot.csproj +++ b/Modot.csproj @@ -8,7 +8,7 @@ true true - 2.0.1 + 2.0.2 Modot Carnagion A mod loader and API for applications made using Godot, with the ability to load C# assemblies, XML data, and resource packs at runtime. diff --git a/README.md b/README.md index 4eef7fa..73e2e7a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A more detailed explanation of all features along with instructions on usage is Simply include the following lines in a Godot project's `.csproj` file (either by editing the file manually or letting an IDE install the package): ```xml - + ```