Skip to content

Commit

Permalink
1.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Esper89 committed Jun 16, 2023
1 parent 18d03a8 commit 9b81fb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion dist-readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9b81fb1

Please sign in to comment.