From 2f1d3b311bea704b013d5160faa66144b7438100 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Tue, 17 Jan 2023 18:14:41 +0100 Subject: [PATCH] Release v0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6db9c47..01f16ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -993,7 +993,7 @@ dependencies = [ [[package]] name = "spotify-launcher" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index b6d36ae..67caa6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-launcher" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Client for spotify's apt repository in Rust for Arch Linux" authors = ["kpcyrd "]