Skip to content

Commit

Permalink
⬆️ bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantgupta24 authored Oct 4, 2022
1 parent 93224b1 commit 0f243a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit 0f243a8

Please sign in to comment.