From a1bda440ef2671d3536d6d0be88119f51ef2627e Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Fri, 7 May 2021 01:39:45 +0200 Subject: [PATCH] Bump version and allow dev sdk. Fixes #116 --- nyxx/pubspec.yaml | 4 ++-- nyxx_commander/pubspec.yaml | 4 ++-- nyxx_extensions/pubspec.yaml | 4 ++-- nyxx_interactions/pubspec.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nyxx/pubspec.yaml b/nyxx/pubspec.yaml index d82b155c..40983c62 100644 --- a/nyxx/pubspec.yaml +++ b/nyxx/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx -version: 2.0.0-rc.3 +version: 2.0.0-rc.4 description: A Discord library for Dart. Simple, robust framework for creating discord bots for Dart language. homepage: https://github.com/l7ssha/nyxx repository: https://github.com/l7ssha/nyxx @@ -7,7 +7,7 @@ documentation: https://github.com/l7ssha/nyxx/wiki issue_tracker: https://github.com/l7ssha/nyxx/issues environment: - sdk: '>=2.12.0' + sdk: '>=2.12.0 <3.0.0' dependencies: http: "^0.13.1" diff --git a/nyxx_commander/pubspec.yaml b/nyxx_commander/pubspec.yaml index 5988ecbb..377d8858 100644 --- a/nyxx_commander/pubspec.yaml +++ b/nyxx_commander/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_commander -version: 2.0.0-rc.3 +version: 2.0.0-rc.4 description: Nyxx Commander Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language. homepage: https://github.com/l7ssha/nyxx repository: https://github.com/l7ssha/nyxx @@ -7,7 +7,7 @@ documentation: https://github.com/l7ssha/nyxx/wiki issue_tracker: https://github.com/l7ssha/nyxx/issues environment: - sdk: '>=2.12.0' + sdk: '>=2.12.0 <3.0.0' dependencies: http: "^0.13.1" diff --git a/nyxx_extensions/pubspec.yaml b/nyxx_extensions/pubspec.yaml index c98e5512..ebb63930 100644 --- a/nyxx_extensions/pubspec.yaml +++ b/nyxx_extensions/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_extensions -version: 2.0.0-rc.3 +version: 2.0.0-rc.4 description: Nyxx Extensions Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language. homepage: https://github.com/l7ssha/nyxx repository: https://github.com/l7ssha/nyxx @@ -7,7 +7,7 @@ documentation: https://github.com/l7ssha/nyxx/wiki issue_tracker: https://github.com/l7ssha/nyxx/issues environment: - sdk: '>=2.12.0' + sdk: '>=2.12.0 <3.0.0' dependencies: http: "^0.13.1" diff --git a/nyxx_interactions/pubspec.yaml b/nyxx_interactions/pubspec.yaml index 707d5b89..6cb2052e 100644 --- a/nyxx_interactions/pubspec.yaml +++ b/nyxx_interactions/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_interactions -version: 2.0.0-rc.4 +version: 2.0.0-rc.5 description: Nyxx Interactions Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language. homepage: https://github.com/l7ssha/nyxx repository: https://github.com/l7ssha/nyxx @@ -7,7 +7,7 @@ documentation: https://github.com/l7ssha/nyxx/wiki issue_tracker: https://github.com/l7ssha/nyxx/issues environment: - sdk: '>=2.12.0' + sdk: '>=2.12.0 <3.0.0' dependencies: logging: "^1.0.1"