Skip to content

Commit 1ac7478

Browse files
committed
1.1.0 Release
1 parent b1ad8bb commit 1ac7478

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please upload any relevant `.optoctreepatch` files from the `BepInEx/plugins` fo
3030

3131
**Please complete the following version information:**
3232
- Subnautica/Below Zero: Living Large Update/What the Dock Update
33-
- Terrain Patcher: 1.0.2
33+
- Terrain Patcher: 1.1.0
3434
- Other mods...?
3535

3636
**Additional Context**

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ also create a `dist.zip` file in `target` for easy distribution.
147147

148148
## License
149149

150-
Copyright © 2021, 2023 Esper Thomson
150+
Copyright © 2021, 2023–2024 Esper Thomson
151151

152152
This program is free software: you can redistribute it and/or modify it under the terms of version
153153
3 of the GNU Affero General Public License as published by the Free Software Foundation.

dist-readme.md

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

33
Terrain Patcher is a Subnautica and Below Zero library mod that allows modders and players to modify
44
the game's terrain.
@@ -16,7 +16,7 @@ repo](https://github.com/Esper89/Subnautica-TerrainPatcher).
1616

1717
## License
1818

19-
Copyright © 2021, 2023 Esper Thomson
19+
Copyright © 2021, 2023–2024 Esper Thomson
2020

2121
This program is free software: you can redistribute it and/or modify it under the terms of version
2222
3 of the GNU Affero General Public License as published by the Free Software Foundation.

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.2")]
10+
[BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.1.0")]
1111
[BepInDependency("com.snmodding.nautilus", BepInDependency.DependencyFlags.SoftDependency)]
1212
internal class Mod : BaseUnityPlugin
1313
{

0 commit comments

Comments
 (0)