diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6054b26..b0245e7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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** diff --git a/src/ExampleMod/Properties/AssemblyInfo.cs b/src/ExampleMod/Properties/AssemblyInfo.cs index 8e5b384..881480f 100644 --- a/src/ExampleMod/Properties/AssemblyInfo.cs +++ b/src/ExampleMod/Properties/AssemblyInfo.cs @@ -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")] diff --git a/src/ExampleMod/mod.json b/src/ExampleMod/mod.json index 5da2467..35c0dab 100644 --- a/src/ExampleMod/mod.json +++ b/src/ExampleMod/mod.json @@ -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", diff --git a/src/TerrainPatcher/Properties/AssemblyInfo.cs b/src/TerrainPatcher/Properties/AssemblyInfo.cs index 9647ffc..ca5fe2c 100644 --- a/src/TerrainPatcher/Properties/AssemblyInfo.cs +++ b/src/TerrainPatcher/Properties/AssemblyInfo.cs @@ -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")] diff --git a/src/TerrainPatcher/mod.json b/src/TerrainPatcher/mod.json index 71a758a..d7fb750 100644 --- a/src/TerrainPatcher/mod.json +++ b/src/TerrainPatcher/mod.json @@ -2,7 +2,7 @@ "Id": "TerrainPatcher", "DisplayName": "Terrain Patcher", "Author": "Esper89", - "Version": "0.3", + "Version": "0.4", "Enable": true, "Game": "Both", "AssemblyName": "TerrainPatcher.dll",