app version number from 0.1 to 0.1.1

This commit is contained in:
Francois B 2017-10-23 22:37:19 +02:00
parent 1a6d2030ac
commit 5d983c5d8d

View file

@ -18,7 +18,7 @@ from PyQt5.QtCore import *
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
__appVer__ = "0.1 alpha"
__appVer__ = "0.1.1 alpha"
__appDir__ = "/opt/mozdefrag/"