update version in app_menu_button.nim
This commit is contained in:
parent
9c263d6cb2
commit
ee6cce78f0
|
@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget =
|
||||||
programName = "EZ-Bkup"
|
programName = "EZ-Bkup"
|
||||||
logo = "EZ-Bkup-icon"
|
logo = "EZ-Bkup-icon"
|
||||||
style = [StyleClass("about-dialog")]
|
style = [StyleClass("about-dialog")]
|
||||||
version = "0.9.6"
|
version = "0.9.7"
|
||||||
credits = @{
|
credits = @{
|
||||||
"Created By": @["https://ITwrx.org"],
|
"Created By": @["https://ITwrx.org"],
|
||||||
"License": @["GPLv3"]
|
"License": @["GPLv3"]
|
||||||
|
|
Loading…
Reference in New Issue