Fix Photos app distortion

This commit is contained in:
Mykola Grymalyuk
2021-05-24 10:53:45 -06:00
parent 8e1809cf3d
commit 41514a35f5
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Constants:
self.nvmefix_version = "1.0.7"
self.sidecarfixup_version = "1.0.0"
self.innie_version = "1.3.0"
self.payload_version = "0.0.7"
self.payload_version = "0.0.8"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()