Skip to content

Commit

Permalink
release v0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sirskunkalot committed Sep 23, 2022
1 parent b836e10 commit 744f51d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PlanBuild/PlanBuildPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal class PlanBuildPlugin : BaseUnityPlugin
{
public const string PluginGUID = "marcopogo.PlanBuild";
public const string PluginName = "PlanBuild";
public const string PluginVersion = "0.10.7";
public const string PluginVersion = "0.10.8";

public static PlanBuildPlugin Instance;

Expand Down
4 changes: 2 additions & 2 deletions PlanBuild/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.10.7.0")]
[assembly: AssemblyFileVersion("0.10.7.0")]
[assembly: AssemblyVersion("0.10.8.0")]
[assembly: AssemblyFileVersion("0.10.8.0")]
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PlanBuild",
"description": "PlanBuild enables you to plan, copy and share your building creations in Valheim with ease. Includes terrain tools and immersion items.",
"version_number": "0.10.7",
"version_number": "0.10.8",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901",
"ValheimModding-Jotunn-2.7.7",
Expand Down

0 comments on commit 744f51d

Please sign in to comment.