Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 13, 2024
1 parent 839501a commit e054605
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6.0)
project(win-vind VERSION 5.10.0)
project(win-vind VERSION 5.11.0)
set(INTERNAL_VERSION ${PROJECT_VERSION}.0)

if(NOT CMAKE_BUILD_TYPE)
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
</p>
</p>

<!--
<a href=""><img src="https://img.shields.io/badge/scoop-supported-blue?style=flat-square&color=607D8B" /></a>
-->

## What is this?
**win-vind** provides a lightweight hybrid UI system of CUI and GUI for Windows.
By installing this tool, you will be able to control the Windows GUI in the same way as Vim.
Expand Down Expand Up @@ -69,12 +65,12 @@ $ scoop install win-vind
```

### Executable Installer
- [win-vind_5.10.0_32bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_32bit_installer.zip)
- [win-vind_5.10.0_64bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_64bit_installer.zip)
- [win-vind_5.11.0_32bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_32bit_installer.zip)
- [win-vind_5.11.0_64bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_64bit_installer.zip)

### Portable Zip
- [win-vind_5.10.0_32bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_32bit_portable.zip)
- [win-vind_5.10.0_64bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_64bit_portable.zip)
- [win-vind_5.11.0_32bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_32bit_portable.zip)
- [win-vind_5.11.0_64bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_64bit_portable.zip)


## Usage
Expand Down
10 changes: 5 additions & 5 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ translations:
# label: 日本語

project:
version: 5.10.0
version: 5.11.0
download_url: downloads
download_text: Download

Expand Down Expand Up @@ -43,10 +43,10 @@ links:
icon: comments
url: https://github.com/pit-ray/win-vind/discussions

dl_ins_32: https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_32bit_installer.zip
dl_zip_32: https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_32bit_portable.zip
dl_ins_64: https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_64bit_installer.zip
dl_zip_64: https://github.com/pit-ray/win-vind/releases/download/v5.10.0/win-vind_5.10.0_64bit_portable.zip
dl_ins_32: https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_32bit_installer.zip
dl_zip_32: https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_32bit_portable.zip
dl_ins_64: https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_64bit_installer.zip
dl_zip_64: https://github.com/pit-ray/win-vind/releases/download/v5.11.0/win-vind_5.11.0_64bit_portable.zip

ui:
mode: 'light' # 'auto', 'dark', 'light'
Expand Down

0 comments on commit e054605

Please sign in to comment.