From f1279e148c3d224d9ae393121caaf8c3d1281c8a Mon Sep 17 00:00:00 2001 From: Peterix Date: Thu, 27 Apr 2023 00:10:00 +0200 Subject: [PATCH] update version info --- ProspectorInfo.csproj | 2 +- modinfo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ProspectorInfo.csproj b/ProspectorInfo.csproj index 4a9f700..5a25d1a 100644 --- a/ProspectorInfo.csproj +++ b/ProspectorInfo.csproj @@ -8,7 +8,7 @@ **/VintagestoryAPI.*;**/VSCreativeMod.*;**/VSEssentials.*;**/VSSurvivalMod.*;**/Foundation.* $(SolutionDir)/release/$(AssemblyName) **/VintagestoryAPI.*;**/VSCreativeMod.*;**/VSEssentials.*;**/VSSurvivalMod.*;**/*.pdb;**/Foundation.* - 4.1.5 + 4.2.0 diff --git a/modinfo.json b/modinfo.json index af1160b..e57f2e6 100644 --- a/modinfo.json +++ b/modinfo.json @@ -5,7 +5,7 @@ "author": "P3t3rix", "description": "Adds info to the tooltip for chunks that are already prospected", "side": "client", - "version": "4.1.5", + "version": "4.2.0", "dependencies": { "game": "1.18.0" }