diff options
author | benadha <benawiadha@gmail.com> | 2022-01-25 05:24:17 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-01-25 05:24:17 +0700 |
commit | 9d59248c311a52eb03ffeb30701c2e2b12ec8df7 (patch) | |
tree | 12a91f4e995b5700dce6cc002fce4ff3386bcc04 /pyproject.toml | |
parent | 74f7e027ba7569735951d91e25084c0851796960 (diff) | |
download | epy-9d59248c311a52eb03ffeb30701c2e2b12ec8df7.tar.gz |
Bugfix #51: Stop/prevent scrolling at the end of ebookv2022.1.25
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d641210..fff8327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "epy-reader" -version = "2022.1.23" +version = "2022.1.25" description = "CLI Ebook Reader" authors = ["Benawi Adha <benawiadha@gmail.com>"] license = "GPL-3.0" |