app version number from 0.1 to 0.1.1
This commit is contained in:
parent
1a6d2030ac
commit
5d983c5d8d
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue