diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e21a6f4..f91bf2e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -27,7 +27,7 @@ Please upload your `LogOutput.log` file, located in the `BepInEx` folder. **Please complete the following version information:** - Subnautica/Below Zero: Living Large Update/What the Dock Update - - TerrainPatcher: v1.0.1 + - TerrainPatcher: v1.0.2 - Other mods...? **Additional context** diff --git a/dist-readme.md b/dist-readme.md index c7447da..2c5e1f8 100644 --- a/dist-readme.md +++ b/dist-readme.md @@ -1,4 +1,4 @@ -# Terrain Patcher v1.0.1 +# Terrain Patcher v1.0.2 Terrain Patcher is a Subnautica and Below Zero library mod that allows modders and players to modify the game's terrain. diff --git a/src/Mod.cs b/src/Mod.cs index 095a8d2..96aad96 100644 --- a/src/Mod.cs +++ b/src/Mod.cs @@ -7,7 +7,7 @@ namespace TerrainPatcher { - [BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.0.1")] + [BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.0.2")] [BepInDependency("com.snmodding.nautilus", BepInDependency.DependencyFlags.SoftDependency)] internal class Mod : BaseUnityPlugin {