diff --git a/lib/src/CommandClient.dart b/lib/src/CommandClient.dart index 949e256..9cbf049 100644 --- a/lib/src/CommandClient.dart +++ b/lib/src/CommandClient.dart @@ -1,6 +1,6 @@ part of discord; -/// The command client. +/// The command client. This is not fully ready for production. class CommandClient { Client _client; diff --git a/lib/src/internal/_Constants.dart b/lib/src/internal/_Constants.dart index 2f97339..bb5bdd2 100644 --- a/lib/src/internal/_Constants.dart +++ b/lib/src/internal/_Constants.dart @@ -20,7 +20,7 @@ class _OPCodes { class _Constants { static const String host = "discordapp.com"; static const String baseUri = "/api/v6"; - static const String version = "0.14.2"; + static const String version = "0.15.0"; /// The gateway OP codes. static const Map opCodes = const { diff --git a/pubspec.yaml b/pubspec.yaml index f3edc1b..cb54ba0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: discord -version: 0.14.2 +version: 0.15.0 description: A Discord library for Dart author: Hackzzila homepage: https://hackzzila.github.io/Discord-Dart/