Skip to content

Commit

Permalink
version: 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ying32 committed Aug 23, 2020
1 parent 1ed772c commit e278cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cross-platform Golang GUI library, The core binding is [liblcl](https://github.c

**Full name: `Go Language Visual Component Library`**

*govcl minimum requirement is go1.9.*
*govcl minimum requirement is go1.9.2.*

[Screenshots](https://z-kit.cc/en/screenshot.html) |
[WIKI(Chinese)](https://gitee.com/ying32/govcl/wikis/pages) |
Expand All @@ -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.5.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.5/liblcl-2.0.5.zip)
[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.6.1.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.6/liblcl-2.0.6.1.zip)


### res2go Tool([doc, source code](Tools/res2go))
Expand All @@ -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.5+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.6+incompatible`, and replace the version number with the latest version.*

#### Step 2: Write the code

Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**中文全称:`Go语言可视化组件库`;英文全称:`Go Language Visual Component Library`**

*govcl最低要求go1.9。*
*govcl最低要求go1.9.2*

[截图查看](https://z-kit.cc/screenshot.html) |
[中文文档](https://gitee.com/ying32/govcl/wikis/pages) |
Expand All @@ -24,7 +24,7 @@
----

### 预编译GUI库二进制下载([源代码](https://github.com/ying32/liblcl)
[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.5.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.5/liblcl-2.0.5.zip)
[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.6.1.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.6/liblcl-2.0.6.1.zip)


### res2go工具下载([文档、源代码](Tools/res2go)
Expand All @@ -40,7 +40,7 @@

> go get -u github.com/ying32/govcl
*注:也可用go module方式拉取,在go.mod中配置如:`github.com/ying32/govcl v2.0.5+incompatible`,其中的版本号替换为最新版本。*
*注:也可用go module方式拉取,在go.mod中配置如:`github.com/ying32/govcl v2.0.6+incompatible`,其中的版本号替换为最新版本。*

#### 步骤二:编写代码

Expand Down

0 comments on commit e278cae

Please sign in to comment.