chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-01-29 23:44:44 +08:00
parent 9e5babec76
commit bec4a3b314
5 changed files with 26 additions and 27 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1123;
static const int build = 1128;
static const int script = 59;
}

View File

@@ -35,7 +35,6 @@ final class _TopBar extends StatelessWidget implements PreferredSizeWidget {
SizedBox(width: 5),
Icon(
Icons.settings,
color: Colors.grey,
size: 17,
),
],