Skip to content

Commit 3f8fd46

Browse files
committed
0.4.1
1 parent 50d60db commit 3f8fd46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SecretAPI/SecretAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net48</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>0.4.0</Version>
7+
<Version>0.4.1</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
</PropertyGroup>
1010

SecretAPI/SecretApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class SecretApi : Plugin
2626
public override LoadPriority Priority => LoadPriority.Highest;
2727

2828
/// <inheritdoc/>
29-
public override Version Version { get; } = typeof(SecretApi).Assembly.GetName().Version;
29+
public override Version Version { get; } = Assembly.GetName().Version;
3030

3131
/// <inheritdoc/>
3232
public override Version RequiredApiVersion { get; } = new(LabApi.Features.LabApiProperties.CompiledVersion);

0 commit comments

Comments
 (0)