diff --git a/helpAbout.py b/helpAbout.py index 18315ac..670959a 100644 --- a/helpAbout.py +++ b/helpAbout.py @@ -6,9 +6,9 @@ versionMajor = 1 versionMinor = 8 -versionDev = 0 +versionDev = 1 -date = "2022.05.27" +date = "2022.06.20" def strAbout(): pathDirList = sys.argv[0].replace("\\", "/").split("/") diff --git a/kflash_gui.py b/kflash_gui.py index 4f2f0fe..cd10ed8 100644 --- a/kflash_gui.py +++ b/kflash_gui.py @@ -766,7 +766,7 @@ def getBurnFilesInfo(self): class KFPKG(): def __init__(self): - self.fileInfo = {"version": "0.1.0", "files": []} + self.fileInfo = {"": "0.1.0", "files": []} self.filePath = {} self.burnAddr = [] diff --git a/kflash_py b/kflash_py index 1cc211e..550828c 160000 --- a/kflash_py +++ b/kflash_py @@ -1 +1 @@ -Subproject commit 1cc211e261fe40680c36c807a34c29e08f1de992 +Subproject commit 550828c768b16ef329695d3f5eace3f6bcf14af2