diff --git a/CHANGELOG.md b/CHANGELOG.md index 486efe9..5a2a1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ **Changelog** -- +**
Version 1.3.4** + +**
Fixes** + +* Updated .csproj and thunderstore.toml +* Updated outdated README.md + +
+ +**
Version 1.3.3** + +**
Features** + +* Implemented ExtendedFootstepSurface + +
+ **
Version 1.3.2** **
Fixes** diff --git a/LethalLevelLoader/LethalLevelLoader.csproj b/LethalLevelLoader/LethalLevelLoader.csproj index c2b1c50..33364f7 100644 --- a/LethalLevelLoader/LethalLevelLoader.csproj +++ b/LethalLevelLoader/LethalLevelLoader.csproj @@ -91,19 +91,8 @@ - + - - - - - - - - - - - diff --git a/LethalLevelLoader/Plugin.cs b/LethalLevelLoader/Plugin.cs index 46616d2..313cf76 100644 --- a/LethalLevelLoader/Plugin.cs +++ b/LethalLevelLoader/Plugin.cs @@ -23,7 +23,7 @@ public class Plugin : BaseUnityPlugin { public const string ModGUID = "imabatby.lethallevelloader"; public const string ModName = "LethalLevelLoader"; - public const string ModVersion = "1.3.3"; + public const string ModVersion = "1.3.4"; internal static Plugin Instance; diff --git a/assets/thunderstore.toml b/assets/thunderstore.toml index 3c44e86..436c468 100644 --- a/assets/thunderstore.toml +++ b/assets/thunderstore.toml @@ -1,6 +1,6 @@ # all directories are relative to the location of this toml file (/assets/thunderstore.toml) [config] -schemaVersion = "1.3.0" +schemaVersion = "0.0.1" [general] repository = "https://thunderstore.io"