Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterix committed Apr 26, 2023
1 parent 7d81c51 commit f1279e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProspectorInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ExcludeFiles Condition="'$(Configuration)'=='Debug'">**/VintagestoryAPI.*;**/VSCreativeMod.*;**/VSEssentials.*;**/VSSurvivalMod.*;**/Foundation.*</ExcludeFiles>
<BinaryDir Condition="'$(Configuration)'=='Release'">$(SolutionDir)/release/$(AssemblyName)</BinaryDir>
<ExcludeFiles Condition="'$(Configuration)'=='Release'">**/VintagestoryAPI.*;**/VSCreativeMod.*;**/VSEssentials.*;**/VSSurvivalMod.*;**/*.pdb;**/Foundation.*</ExcludeFiles>
<Version>4.1.5</Version>
<Version>4.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit f1279e1

Please sign in to comment.