From 86820fba3641444a4bcf87da83edacf51bef6fda Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 5 Oct 2024 19:00:03 -0500 Subject: [PATCH] Update version to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce39a31..f126a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "spotify-quickauth" -version = "0.1.1" +version = "0.1.2" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index b4d69d2..0232d3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-quickauth" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Quickly authenticate librespot-based applications with Spotify" rust-version = "1.81"