fix: apple privacy info

This commit is contained in:
lollipopkit
2024-03-31 21:35:38 -06:00
parent d08a3df440
commit 765404f55d
5 changed files with 47 additions and 40 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 829;
static const String engine = "3.19.4";
static const String buildAt = "2024-03-30 12:01:58";
static const int modifications = 5;
static const int build = 831;
static const String engine = "3.19.5";
static const String buildAt = "2024-03-31 15:42:28";
static const int modifications = 4;
static const int script = 42;
}