Skip to content

Commit

Permalink
Updated for automated workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 7, 2024
1 parent 2617d5f commit c460e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
</RestoreAdditionalProjectSources>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>0.0.1</VersionPrefix>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.EarlyWishbone/MetaData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Digitalroot.Valheim.EarlyWishbone
[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public partial class Main
{
public const string Version = "1.0.0";
public const string Version = "0.0.1";
public const string Name = "Early Wishbone";
public const string Guid = "digitalroot.mods.earlywishbone";
public const string Namespace = "Digitalroot.Valheim." + nameof(EarlyWishbone);
Expand Down

0 comments on commit c460e88

Please sign in to comment.