Skip to content

Commit

Permalink
manual release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirskunkalot committed Jul 21, 2022
1 parent 7373c26 commit 9e3c2ee
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 @@ -28,7 +28,7 @@ internal class PlanBuildPlugin : BaseUnityPlugin
{
public const string PluginGUID = "marcopogo.PlanBuild";
public const string PluginName = "PlanBuild";
public const string PluginVersion = "0.10.2";
public const string PluginVersion = "0.10.3";

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.2.0")]
[assembly: AssemblyFileVersion("0.10.2.0")]
[assembly: AssemblyVersion("0.10.3.0")]
[assembly: AssemblyFileVersion("0.10.3.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.2",
"version_number": "0.10.3",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901",
"ValheimModding-Jotunn-2.7.3",
Expand Down

0 comments on commit 9e3c2ee

Please sign in to comment.