From 2aa5dc8672216c04d3f5a9d3715645ed7b0281fc Mon Sep 17 00:00:00 2001 From: ying32 Date: Thu, 12 Nov 2020 16:53:30 +0800 Subject: [PATCH] version: 2.0.8 --- README.en-US.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 1391d343..9e1d7cc7 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -23,7 +23,7 @@ Cross-platform Golang GUI library, The core binding is [liblcl](https://github.c > If you want to support linux arm and linux 32bit, you need to compile the corresponding liblcl binary. ### Pre-compiled GUI library binary download ([source code](https://github.com/ying32/liblcl)) -[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.7.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.7/liblcl-2.0.7.zip) +[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.8.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.8/liblcl-2.0.8.zip) ### res2go IDE plugin source code([source code](https://github.com/ying32/res2go-ide-plugin)) @@ -38,7 +38,7 @@ Cross-platform Golang GUI library, The core binding is [liblcl](https://github.c > go get -u github.com/ying32/govcl -*Note: You can also use go module mode, configure in go.mod, such as: `github.com/ying32/govcl v2.0.7+incompatible`, and replace the version number with the latest version.* +*Note: You can also use go module mode, configure in go.mod, such as: `github.com/ying32/govcl v2.0.8+incompatible`.* #### Step 2: Write the code diff --git a/README.zh-CN.md b/README.zh-CN.md index 01c981a7..70bace52 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -24,7 +24,7 @@ ---- ### 预编译GUI库二进制下载([源代码](https://github.com/ying32/liblcl)) -[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.7.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.7/liblcl-2.0.7.zip) +[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.8.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.8/liblcl-2.0.8.zip) ### res2go IDE插件源代码([源代码](https://github.com/ying32/res2go-ide-plugin)) @@ -40,7 +40,7 @@ > go get -u github.com/ying32/govcl -*注:也可用go module方式拉取,在go.mod中配置如:`github.com/ying32/govcl v2.0.7+incompatible`,其中的版本号替换为最新版本。* +*注:也可用go module方式拉取,在go.mod中配置如:`github.com/ying32/govcl v2.0.8+incompatible`。* #### 步骤二:编写代码