From 176b76ee4503d6fe62b5a8c25fea83ab87bebc83 Mon Sep 17 00:00:00 2001 From: AmokDev Date: Sun, 8 Jun 2025 11:24:48 +0000 Subject: [PATCH] Update Cargo.toml change version to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e79f6d0..b798f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust-discord-rpc" description = "A lightweight library to control Discord Rich Presence" -version = "0.3.3" +version = "1.0.0" edition = "2021" authors = ["Dylan Cattelan "] license = "MIT"