Skip to content

Commit

Permalink
v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ying32 committed Mar 5, 2021
1 parent 984a6c2 commit ff5cecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.9/liblcl-2.0.9.zip)
[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.10.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.10/liblcl-2.0.10.zip)


### res2go IDE plugin source code([source code](https://github.com/ying32/res2go-ide-plugin)
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.9+incompatible`.*
*Note: You can also use go module mode, configure in go.mod, such as: `github.com/ying32/govcl v2.0.10+incompatible`.*

#### Step 2: Write the code

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

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


### res2go IDE插件源代码([源代码](https://github.com/ying32/res2go-ide-plugin)
Expand All @@ -39,7 +39,7 @@

> go get -u github.com/ying32/govcl
*注:也可用go module方式拉取,在go.mod中配置如:`github.com/ying32/govcl v2.0.9+incompatible`*
*注:也可用go module方式拉取,在go.mod中配置如:`github.com/ying32/govcl v2.0.10+incompatible`*

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

Expand Down

0 comments on commit ff5cecc

Please sign in to comment.