Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackzzila committed Oct 23, 2016
1 parent 1c98cbb commit 134fd7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/CommandClient.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
part of discord;

/// The command client.
/// The command client. This is not fully ready for production.
class CommandClient {
Client _client;

Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/_Constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, int> opCodes = const <String, int>{
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: discord
version: 0.14.2
version: 0.15.0
description: A Discord library for Dart
author: Hackzzila <[email protected]>
homepage: https://hackzzila.github.io/Discord-Dart/
Expand Down

0 comments on commit 134fd7e

Please sign in to comment.