From a928e2b38a007695e5916eb68e50ae3f53160894 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Fri, 11 Aug 2023 22:51:06 +0200 Subject: [PATCH] Release 5.1.1 --- 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 df6cce36c..5e7a2d61a 100644 --- a/lib/src/internal/constants.dart +++ b/lib/src/internal/constants.dart @@ -33,7 +33,7 @@ class Constants { static const int apiVersion = 10; /// Version of Nyxx - static const String version = "5.1.0"; + static const String version = "5.1.1"; /// Url to Nyxx repo static const String repoUrl = "https://github.com/nyxx-discord/nyxx"; diff --git a/pubspec.yaml b/pubspec.yaml index 08ab7b4cd..9bcf0cbbb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 5.1.0 +version: 5.1.1 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