1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Updated README + version bump

This commit is contained in:
Paweł Jastrzębski
2014-07-18 08:41:39 +02:00
parent b3159b94e7
commit 0722ddf8b0
12 changed files with 19 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ if version_info[0] != 3:
exit(1)
NAME = "KindleComicConverter"
VERSION = "4.1"
VERSION = "4.2"
MAIN = "kcc.py"
if platform == "darwin":