From bad2cb49c12202cb1ab2af1631b60592947a37c4 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 13 Feb 2017 21:14:11 +0800 Subject: [PATCH] Update md --- README_zh.md | 6 +++--- robotgo.go | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README_zh.md b/README_zh.md index 6b170ff..07e388f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -216,9 +216,9 @@ func main() { ##Future - Update Find an image on screen, read pixels from an image -- Update Window Handle -- Try support Android,maybe support IOS -- Remove zlib/libpng dependencies +- 更新 Window Handle +- 尝试支持 Android,也许支持 IOS +- 移除 zlib/libpng 依赖 ##Contributors diff --git a/robotgo.go b/robotgo.go index 2470006..553e6ef 100644 --- a/robotgo.go +++ b/robotgo.go @@ -10,7 +10,6 @@ /* - Package robotgo Go native cross-platform system automation. Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo; @@ -53,7 +52,7 @@ import ( ) const ( - version string = "v0.42.0.247,Mount Ngauruhoe!" + version string = "v0.42.0.248,Mount Ngauruhoe!" ) //GetVersion get version