Update to 1.3.0

This commit is contained in:
Prashant Gupta 2023-10-13 15:10:04 -07:00
parent c03c1151a7
commit ce6ce8dfdd

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", "")
} }
} }