diff --git a/CHANGELOG.org b/CHANGELOG.org index 5456a05..8870e1c 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -47,3 +47,5 @@ Remove the README.org. ** 1.2.2 <2023-07-16> Add the CI/CD configuration. +** 1.2.3 <2023-07-16> + Fix the command that was "ans", but it must be "asn". diff --git a/pyproject.toml b/pyproject.toml index afcd09d..91a4862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ ] [project.scripts] -ans = "src.main:main" +asn = "src.main:main" anitube-simple-notification = "src.main:main" [project.urls]