Skip to content

Commit

Permalink
release version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Nov 29, 2024
1 parent 0854bf3 commit 0d2e19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebMap/WebMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class WebMap : BaseUnityPlugin
{
public const string GUID = "com.github.h0tw1r3.valheim.webmap";
public const string NAME = "WebMap";
public const string VERSION = "2.6.0";
public const string VERSION = "2.6.1";

private static readonly string[] ALLOWED_PINS = { "dot", "fire", "mine", "house", "cave" };

Expand Down
2 changes: 1 addition & 1 deletion WebMap/WebMap.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.6.0</Version>
<Version>2.6.1</Version>
<OutputType>Library</OutputType>
<TargetFramework>net48</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
Expand Down

0 comments on commit 0d2e19f

Please sign in to comment.