From 67ff255567a8573836f9293af45ee715b076804e Mon Sep 17 00:00:00 2001 From: AdriDevelopsThings Date: Wed, 11 Jan 2023 18:05:44 +0100 Subject: [PATCH] update version to 1.0.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24c224d..6438734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iceportal_rich_presence" -version = "1.0.4" +version = "1.0.5" edition = "2021" authors = ["AdriDevelopsThings"] readme = "README.md" @@ -13,4 +13,4 @@ description = "Show your current ride in discord via the ICE portal api" discord-rich-presence = "0.2.3" iceportal = "2.0.3" inquire = "0.5.2" -tokio = { version = "1", features = ["full"] } \ No newline at end of file +tokio = { version = "1", features = ["full"] }