update owlkettle and about menu

This commit is contained in:
itwrx 2023-08-08 20:10:35 -05:00
parent 35afdf2164
commit 2d9623c07c
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ method view(button: AppMenuButtonState): Widget =
programName = "EZ-Bkup"
logo = "ez_bkup"
style = [StyleClass("about-dialog")]
version = "0.9.10"
version = "0.9.11"
credits = @{
"Created By": @["https://ITwrx.org"],
"License": @["GPLv3"]
"Created:": @["https://ITwrx.org"],
"Src:": @["GPLv3"]
}
Label:
text = "About EZ-Bkup"