Skip to content

Commit 9b81fb1

Browse files
committed
1.0.2 Release
1 parent 18d03a8 commit 9b81fb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please upload your `LogOutput.log` file, located in the `BepInEx` folder.
2727

2828
**Please complete the following version information:**
2929
- Subnautica/Below Zero: Living Large Update/What the Dock Update
30-
- TerrainPatcher: v1.0.1
30+
- TerrainPatcher: v1.0.2
3131
- Other mods...?
3232

3333
**Additional context**

dist-readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terrain Patcher v1.0.1
1+
# Terrain Patcher v1.0.2
22

33
Terrain Patcher is a Subnautica and Below Zero library mod that allows modders and players to modify
44
the game's terrain.

src/Mod.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace TerrainPatcher
99
{
10-
[BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.0.1")]
10+
[BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.0.2")]
1111
[BepInDependency("com.snmodding.nautilus", BepInDependency.DependencyFlags.SoftDependency)]
1212
internal class Mod : BaseUnityPlugin
1313
{

0 commit comments

Comments
 (0)