From 48082f410e415c3a6047d16ac049c2006c9ab77d Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Fri, 31 Dec 2021 13:11:28 +0100 Subject: [PATCH] Release 3.2.0 --- lib/src/internal/constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/internal/constants.dart b/lib/src/internal/constants.dart index 29d82f1c1..353a3e4a2 100644 --- a/lib/src/internal/constants.dart +++ b/lib/src/internal/constants.dart @@ -33,7 +33,7 @@ class Constants { static const int apiVersion = 9; /// Version of Nyxx - static const String version = "3.1.1"; + static const String version = "3.2.0"; /// Url to Nyxx repo static const String repoUrl = "https://github.com/nyxx-discord/nyxx"; diff --git a/pubspec.yaml b/pubspec.yaml index 3c1474015..a4e20dd54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 3.1.1 +version: 3.2.0 description: A Discord library for Dart. Simple, robust framework for creating discord bots for Dart language. homepage: https://github.com/nyxx-discord/nyxx repository: https://github.com/nyxx-discord/nyxx