Release moment

main
DaXcess 2023-06-08 16:26:07 +02:00
parent 73f3f18864
commit 9c3d67eaae
No known key found for this signature in database
GPG Key ID: CF78CC72F0FD5EAD
3 changed files with 185 additions and 247 deletions

427
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package] [package]
name = "spoticord" name = "spoticord"
version = "2.0.0-pre" version = "2.0.0"
edition = "2021" edition = "2021"
rust-version = "1.65.0" rust-version = "1.65.0"

View File

@ -1,7 +1,6 @@
pub const VERSION: &str = env!("CARGO_PKG_VERSION"); pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const MOTD: &str = "PRE-RELEASE (v2)"; pub const MOTD: &str = "some good 'ol music";
/// The time it takes for Spoticord to disconnect when no music is being played /// The time it takes for Spoticord to disconnect when no music is being played
pub const DISCONNECT_TIME: u64 = 5 * 60; pub const DISCONNECT_TIME: u64 = 5 * 60;
// pub const MOTD: &str = "some good 'ol music";