Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMog committed Feb 23, 2021
1 parent caf6759 commit 5c316b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Longship/Longship.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

namespace Longship
{
[BepInPlugin("gg.mog.valheim.longship", "Longship", "0.1.1")]
[BepInPlugin("gg.mog.valheim.longship", "Longship", "0.1.5")]
public class Longship : BaseUnityPlugin
{
public const string BuildTag = "0.1.1";
public const string BuildTag = "0.1.5";
public static Longship Instance { get; private set; }
public PluginManager PluginManager { get; }
public ConfigurationManager ConfigurationManager { get; }
Expand Down

0 comments on commit 5c316b4

Please sign in to comment.