We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40458a2 commit cfb8068Copy full SHA for cfb8068
FikaServer/FikaModMetadata.cs
@@ -14,6 +14,6 @@ public record FikaModMetadata : AbstractModMetadata, IModWebMetadata
14
public override bool? IsBundleMod { get; init; } = false;
15
public override string License { get; init; } = "CC-BY-NC-SA-4.0";
16
public override string ModGuid { get; init; } = "Fika";
17
- public override SemanticVersioning.Version Version { get; init; } = new(4, 0, 0);
+ public override SemanticVersioning.Version Version { get; init; } = new(1, 0, 0);
18
public override SemanticVersioning.Range SptVersion { get; init; } = new("~4.0.0");
19
}
0 commit comments