Skip to content

Commit

Permalink
v0.4 Pre-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Esper89 committed Mar 3, 2022
1 parent a7185af commit b379c34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Please complete the following version information:**
- Subnautica/Below Zero: Update 87
- TerrainPatcher: v0.3
- TerrainPatcher: v0.4
- Other mods...?

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion src/ExampleMod/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: AssemblyTitle("TerrainPatcher.ExampleMod")]
[assembly: AssemblyDescription("An example mod for TerrainPatcher.")]
[assembly: AssemblyCopyright("Esper Thomson")]
[assembly: AssemblyVersion("0.3.*")]
[assembly: AssemblyVersion("0.4.*")]

#if DEBUG
[assembly: AssemblyConfiguration("DEBUG")]
Expand Down
2 changes: 1 addition & 1 deletion src/ExampleMod/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "ExampleMod",
"DisplayName": "Terrain Patcher Example Mod",
"Author": "Esper89",
"Version": "0.3",
"Version": "0.4",
"Enable": true,
"Game": "Both",
"AssemblyName": "TerrainPatcher.ExampleMod.dll",
Expand Down
2 changes: 1 addition & 1 deletion src/TerrainPatcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: AssemblyTitle("TerrainPatcher")]
[assembly: AssemblyDescription("A library mod for patching the game's terrain.")]
[assembly: AssemblyCopyright("Esper Thomson")]
[assembly: AssemblyVersion("0.3.*")]
[assembly: AssemblyVersion("0.4.*")]

#if DEBUG
[assembly: AssemblyConfiguration("DEBUG")]
Expand Down
2 changes: 1 addition & 1 deletion src/TerrainPatcher/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "TerrainPatcher",
"DisplayName": "Terrain Patcher",
"Author": "Esper89",
"Version": "0.3",
"Version": "0.4",
"Enable": true,
"Game": "Both",
"AssemblyName": "TerrainPatcher.dll",
Expand Down

0 comments on commit b379c34

Please sign in to comment.