diff --git a/README.md b/README.md index f9710b3..96d4e04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Croaker -A shoutcast audio playlist designed for serving D&D session music. +A shoutcast audio player designed for serving D&D session music. ## What? Why? diff --git a/pyproject.toml b/pyproject.toml index aa7c9ff..f28c191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "croaker" -version = "0.1.3" +version = "0.9" description = "" authors = ["evilchili "] readme = "README.md"