From 0f243a8e451bc716c1e8d727e537a948e80f1aa7 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Mon, 3 Oct 2022 21:54:10 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20to=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 5a34846..08c9046 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 v1.1.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover") + robotgo.ShowAlert("Automatic-mouse-mover app v1.2.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover") } }