Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update publish directory and module version
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Feb 6, 2024
1 parent 44ca022 commit e6873a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/K4-System.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<GenerateDependencyFile>false</GenerateDependencyFile>
<PublishDir>./bin/K4-System/</PublishDir>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/PluginManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed partial class Plugin : BasePlugin

public override string ModuleAuthor => "K4ryuu";

public override string ModuleVersion => "3.3.0 " +
public override string ModuleVersion => "3.3.1 " +
#if RELEASE
"(release)";
#else
Expand Down

0 comments on commit e6873a5

Please sign in to comment.