From bc8e9f234c55931a252448165d54cd77dee59560 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Thu, 19 Aug 2021 13:54:32 -0700 Subject: [PATCH] v1.1.0 --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 48d36a6..5a34846 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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") } }