This commit is contained in:
Prashant Gupta 2021-08-19 13:54:32 -07:00
parent 3a9acd3666
commit bc8e9f234c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func onReady() {
case <-about.ClickedCh:
log.Infof("Requesting about")
robotgo.ShowAlert("Automatic-mouse-mover app", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover")
robotgo.ShowAlert("Automatic-mouse-mover app v1.1.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover")
}
}