diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-26 21:59:18 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-26 21:59:18 +0300 |
commit | fde888991eb8f8be560da6e606abe58d95f9cf64 (patch) | |
tree | baa8a50c90c5e31d0174bbbe32cb9dd3e9eb1aa8 | |
parent | df9682fef8f8aac6541989218427957c7b41ba54 (diff) |
just release related fixesv0.3.post1version-0.3
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0aa6655..6a18855 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,3 +5,7 @@ 0.3 - Added music and more sounds + +0.3.post1 + + - Just release fixes. Readme, changelog and unnecessary wav file. @@ -1,4 +1,4 @@ --- Slice It Off! v0.3b -- +-- Slice It Off! v0.3 -- Description: diff --git a/pyproject.toml b/pyproject.toml index 10628e8..71dd03c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sliceitoff" -version = "0.3" +version = "0.3.post1" description = "Arcade game where one slices play area off while avoiding slicing happy faces." repository = "https://git.hix.fi/sliceitoff.git/" authors = ["Viljami Ilola <+@hix.fi>"] |