Fix a syntax error

This commit is contained in:
zontreck 2024-08-29 15:13:59 -07:00
parent a7c1daf806
commit 170f2d35f7
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
class Constants { class Constants {
static const VERSION = "1.2.082924+1447"; static const VERSION = "1.2.082924+1513";
} }

View file

@ -211,7 +211,7 @@ class PacketClient {
} }
responseWait.complete(); responseWait.complete();
}, onError: () { }, onError: (err) {
if (!responseWait.isCompleted) responseWait.complete(); if (!responseWait.isCompleted) responseWait.complete();
}); });

View file

@ -1,6 +1,6 @@
name: libac_dart name: libac_dart
description: "Aria's Creations code library" description: "Aria's Creations code library"
version: 1.2.082924+1447 version: 1.2.082924+1513
homepage: "https://zontreck.com" homepage: "https://zontreck.com"