Bump version and allow dev sdk. Fixes #116

This commit is contained in:
Szymon Uglis 2021-05-07 01:39:45 +02:00
parent cb2472a842
commit a1bda440ef
No known key found for this signature in database
GPG Key ID: F68E85F9123D2EBC
4 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"