diff --git a/README.cn.md b/README.cn.md index 136696a2c..df5840b96 100644 --- a/README.cn.md +++ b/README.cn.md @@ -9,7 +9,7 @@ [![Gitter](https://img.shields.io/gitter/room/SpaceVim/SpaceVim?color=%2364CEAA)](https://gitter.im/SpaceVim/cn) [![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster) [![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim) -[![Version](https://img.shields.io/badge/version-1.8.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.9.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt) @@ -20,7 +20,7 @@ 语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱 即用的 Vim-IDE。 -当前最新的稳定版为[v1.7.0](https://spacevim.org/SpaceVim-release-v1.7.0/),[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了 +当前最新的稳定版为[v1.8.0](https://spacevim.org/SpaceVim-release-v1.8.0/),[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了 master 分支最新的更新以及变动。 **推荐阅读:** diff --git a/README.md b/README.md index 90a7b3f44..cc125f1bb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Gitter](https://img.shields.io/gitter/room/SpaceVim/SpaceVim?color=%2364CEAA)](https://gitter.im/SpaceVim/SpaceVim) [![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster) [![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim) -[![Version](https://img.shields.io/badge/version-1.8.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.9.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt) @@ -18,7 +18,7 @@ [SpaceVim](https://spacevim.org/) is a community-driven modular Vim distribution. It manages collections of plugins in layers, which help to collect related packages together to provide IDE-like features. -The last release is [v1.7.0](https://spacevim.org/SpaceVim-release-v1.7.0/), check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. +The last release is [v1.8.0](https://spacevim.org/SpaceVim-release-v1.8.0/), check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. **See the following links below for more information:** diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 55358f435..9fbcc0e13 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -45,7 +45,7 @@ let s:SYSTEM = SpaceVim#api#import('system') "" " Version of SpaceVim , this value can not be changed. -let g:spacevim_version = '1.8.0' +let g:spacevim_version = '1.9.0-dev' lockvar g:spacevim_version "" diff --git a/docs/cn/index.md b/docs/cn/index.md index 0d696848a..907f9d64e 100644 --- a/docs/cn/index.md +++ b/docs/cn/index.md @@ -7,7 +7,7 @@ lang: zh [![Gitter](https://img.shields.io/gitter/room/SpaceVim/SpaceVim?color=%2364CEAA)](https://gitter.im/SpaceVim/cn) [![build](https://img.shields.io/github/workflow/status/SpaceVim/SpaceVim/test)](https://github.com/SpaceVim/SpaceVim/actions/workflows/check.yml?query=branch%3Amaster) [![Codecov coverage](https://img.shields.io/codecov/c/github/SpaceVim/SpaceVim.svg)](https://codecov.io/gh/SpaceVim/SpaceVim) -[![Version](https://img.shields.io/badge/version-1.8.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.9.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) ![welcome page](https://user-images.githubusercontent.com/13142418/135842225-addb0f53-7520-4a8b-bdd2-c4f7e98b3253.png) @@ -25,6 +25,9 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织 - [使用文档](documentation/): 完整的用户使用文档,详细介绍了每一个快捷键以及配置的功能 - [可用模块](layers/): 罗列了目前已经支持的所有模块,包括功能模块和不同的语言模块 +当前最新的稳定版为[v1.8.0](https://spacevim.org/SpaceVim-release-v1.8.0/),[following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) 页面罗列了 +master 分支最新的更新以及变动。 + ## 最新特性