Bump versions; Prepare for publish

This commit is contained in:
Szymon Uglis 2021-03-30 23:08:24 +02:00
parent 8966773ab6
commit 16f0f91640
No known key found for this signature in database
GPG key ID: 112376C5BEE91FE2
5 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
name: nyxx_commander
version: 1.1.0-dev.1
version: 2.0.0-rc.1
description: A Discord library for Dart.
homepage: https://github.com/l7ssha/nyxx
repository: https://github.com/l7ssha/nyxx
@ -7,12 +7,12 @@ documentation: https://github.com/l7ssha/nyxx/wiki
issue_tracker: https://github.com/l7ssha/nyxx/issue
environment:
sdk: '>=2.12.0-51.0.dev <3.0.0'
sdk: '>=2.12.0 <2.13.0'
dependencies:
http: "^0.13.0"
logging: "^1.0.0-nullsafety.0"
nyxx: "^1.1.0-dev.1"
http: "^0.13.1"
logging: "^1.0.1"
nyxx: "^2.0.0-rc.1"
dependency_overrides:
nyxx:

View file

@ -1,5 +1,5 @@
name: nyxx_extensions
version: 1.1.0-dev.2
version: 2.0.0-rc.1
description: Extensions for Nyxx library
homepage: https://github.com/l7ssha/nyxx
repository: https://github.com/l7ssha/nyxx
@ -7,11 +7,11 @@ documentation: https://github.com/l7ssha/nyxx/wiki
issue_tracker: https://github.com/l7ssha/nyxx/issue
environment:
sdk: '>=2.12.0-51.0.dev <3.0.0'
sdk: '>=2.12.0 <2.13.0'
dependencies:
nyxx: "^1.1.0-dev.1"
http: "^0.13.0"
http: "^0.13.1"
nyxx: "^2.0.0-rc.1"
dependency_overrides:
nyxx:

View file

@ -1,5 +1,5 @@
name: nyxx_interactions
version: 1.1.0-dev.2
version: 2.0.0-rc.1
description: Interactions for Nyxx library
homepage: https://github.com/l7ssha/nyxx
repository: https://github.com/l7ssha/nyxx
@ -11,4 +11,4 @@ environment:
dependencies:
logging: "^1.0.1"
nyxx: "1.1.0-dev.4"
nyxx: "2.0.0-rc.1"

View file

@ -29,7 +29,7 @@ class Constants {
static const String baseUri = "/api/v8";
/// Version of Nyxx
static const String version = "1.1.0-dev.5";
static const String version = "2.0.0-rc.1";
/// Url to Nyxx repo
static const String repoUrl = "https://github.com/l7ssha/nyxx";

View file

@ -1,5 +1,5 @@
name: nyxx
version: 1.1.0-dev.8
version: 2.0.0-rc.1
description: A Discord library for Dart.
homepage: https://github.com/l7ssha/nyxx
repository: https://github.com/l7ssha/nyxx
@ -10,7 +10,7 @@ environment:
sdk: '>=2.12.0 <2.13.0'
dependencies:
http: "^0.13.0"
http: "^0.13.1"
logging: "^1.0.1"
path: "^1.8.0"