Skip to content

Commit 6911c16

Browse files
Update EOSPackageInfo.cs
Corrected NativeLibSDKVersion value to "todo value"
1 parent e498831 commit 6911c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.playeveryware.eos/Runtime/Core/EOSPackageInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public static class EOSPackageInfo
3434
*/
3535

3636
public const string Version = "5.1.2";
37-
public const string NativeLibVersion = "5.0.0";
38-
37+
// Define a string to be used with a future version of Native Libraries
38+
public const string NativeLibSDKVersion = "todo value";
3939
public const string PackageName = "com.playeveryware.eos";
4040
}
4141
}

0 commit comments

Comments
 (0)