summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-26 21:59:18 +0300
committerViljami Ilola <+@hix.fi>2024-04-26 21:59:18 +0300
commitfde888991eb8f8be560da6e606abe58d95f9cf64 (patch)
treebaa8a50c90c5e31d0174bbbe32cb9dd3e9eb1aa8
parentdf9682fef8f8aac6541989218427957c7b41ba54 (diff)
just release related fixesv0.3.post1version-0.3
-rw-r--r--CHANGELOG.txt4
-rw-r--r--README.txt2
-rw-r--r--pyproject.toml2
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.
diff --git a/README.txt b/README.txt
index e3edc42..6ec2e00 100644
--- a/README.txt
+++ b/README.txt
@@ -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>"]