From 3b3ff9106b8788ec4b1b559db8c376b06eb35856 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Mon, 12 Jun 2023 09:38:46 -0300 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8db3b..558610d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.1 + +Finish NixOS module + # 1.0.0 Initial release. Slash commands are available for most basic functionality. diff --git a/Cargo.lock b/Cargo.lock index 584603c..cf4c62f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "disconic" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e6ad6dc..a97ab5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "disconic" description = "Discord bot for interacting with subsonic music libraries" -version = "1.0.0" +version = "1.0.1" authors = [ "Gabriel Fontes " ] edition = "2021" homepage = "https://misterio.me"