Update to 1.3.0

This commit is contained in:
Prashant Gupta 2023-10-13 15:10:04 -07:00 committed by GitHub
parent bbd6556373
commit 1700a5a00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ func onReady() {
setIcon("geometric", configFile) setIcon("geometric", configFile)
case <-about.ClickedCh: case <-about.ClickedCh:
log.Infof("Requesting about") log.Infof("Requesting about")
robotgo.Alert("Automatic-mouse-mover app v1.2.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover", "OK", "") robotgo.Alert("Automatic-mouse-mover app v1.3.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover", "OK", "")
} }
} }