1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-30 03:03:21 +00:00

Updated README + version bump

This commit is contained in:
Paweł Jastrzębski
2015-01-04 10:49:59 +01:00
parent 917eaef548
commit b5bc2f8e00
12 changed files with 204 additions and 198 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if version_info[0] != 3:
exit(1)
NAME = "KindleComicConverter"
VERSION = "4.3.1"
VERSION = "4.4"
MAIN = "kcc.py"
if platform == "darwin":