From 3af3aafae1fb23e9b47899a76491a39dde426642 Mon Sep 17 00:00:00 2001 From: Valentine Briese Date: Tue, 20 Aug 2024 11:25:20 -0700 Subject: [PATCH] Bump version to v1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eeb07fb..98a69ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ dependencies = [ [[package]] name = "apple-music-rich-presence" -version = "1.0.0" +version = "1.1.0" dependencies = [ "apple-music", "daemonize", diff --git a/Cargo.toml b/Cargo.toml index a427a37..9f15f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apple-music-rich-presence" -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "LGPL-3.0-or-later" diff --git a/README.md b/README.md index 58d5fac..5111f1e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Right now, the easiest way to install if you have the Rust toolchain installed is with Cargo: ``` -cargo install --git https://github.com/valentinegb/apple-music-rich-presence.git --tag v1.0.0 +cargo install --git https://github.com/valentinegb/apple-music-rich-presence.git --tag v1.1.0 ``` The program has only been tested on macOS, and it probably only works on macOS.