From 99b8e48a815c76d35a9e2075b937eade09db5a82 Mon Sep 17 00:00:00 2001 From: Carnagion Date: Wed, 17 Aug 2022 07:51:25 +0200 Subject: [PATCH] Update package version --- Modot.csproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 - + ```