Skip to content

Commit a2ac98d

Browse files
committed
Bump API Standard version
1 parent 286cd85 commit a2ac98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedStatic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static unsafe SharedStatic()
103103
internal static string? ProxyPassword;
104104
internal static string PluginLocaleCode = "en-us";
105105

106-
public static readonly GameVersion LibraryStandardVersion = new(0, 1, 1, 0);
106+
public static readonly GameVersion LibraryStandardVersion = new(0, 1, 2, 0);
107107
public static readonly ILogger InstanceLogger = new SharedLogger();
108108

109109
#if DEBUG

0 commit comments

Comments
 (0)