diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f90c6c8..6142590 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Introduction -This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/doc.md). +This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md). ## Bug reports diff --git a/README_zh.md b/README_zh.md index 4083349..c44d996 100644 --- a/README_zh.md +++ b/README_zh.md @@ -220,7 +220,7 @@ func main() { ``` ##Future -- Update Find an image on screen, read pixels from an image +- 更新 Find an image on screen, read pixels from an image - 更新 Window Handle - 尝试支持 Android,也许支持 IOS - 移除 zlib/libpng 依赖 diff --git a/robotgo.go b/robotgo.go index acfd081..bb26ca7 100644 --- a/robotgo.go +++ b/robotgo.go @@ -52,7 +52,7 @@ import ( ) const ( - version string = "v0.43.0.266,Matterhorn Alps!" + version string = "v0.43.0.268,Matterhorn Alps!" ) // GetVersion get version