version bump

This commit is contained in:
Gabriel Fontes
2023-06-12 09:38:46 -03:00
parent 64307892b5
commit 3b3ff9106b
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# 1.0.1
Finish NixOS module
# 1.0.0
Initial release. Slash commands are available for most basic functionality.

2
Cargo.lock generated
View File

@@ -458,7 +458,7 @@ dependencies = [
[[package]]
name = "disconic"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"anyhow",
"clap",

View File

@@ -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 <eu@misterio.me>" ]
edition = "2021"
homepage = "https://misterio.me"