From 1700a5a00c20d917806d59ebdc1b0a3501b93647 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Fri, 13 Oct 2023 15:10:04 -0700 Subject: [PATCH] Update to 1.3.0 --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 3894fc3..6a0b856 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -132,7 +132,7 @@ func onReady() { setIcon("geometric", configFile) case <-about.ClickedCh: 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", "") } }