diff --git a/README.md b/README.md index 31437f437..e8e8125b0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/dev) [![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev) -![Version](https://img.shields.io/badge/version-0.5.0-FF00CC.svg) +![Version](https://img.shields.io/badge/version-0.6.0-dev-FF00CC.svg) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Average time to resolve an issue") diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 42abfaadb..4dd01a38a 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -27,7 +27,7 @@ "" " Version of SpaceVim , this value can not be changed. scriptencoding utf-8 -let g:spacevim_version = '0.5.0' +let g:spacevim_version = '0.6.0-dev' lockvar g:spacevim_version "" " Change the default indentation of SpaceVim. Default is 2. diff --git a/docs/README_zh_cn.md b/docs/README_zh_cn.md index da424a396..fc2d3034b 100644 --- a/docs/README_zh_cn.md +++ b/docs/README_zh_cn.md @@ -7,7 +7,7 @@ description: "SpaceVim 是一个社区驱动的 Vim 配置,内含多种语言 # SpaceVim 中文手册 [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) -![Version](https://img.shields.io/badge/version-0.5.0-FF00CC.svg) +![Version](https://img.shields.io/badge/version-0.6.0-dev-FF00CC.svg) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](https://github.com/SpaceVim/SpaceVim/blob/dev/doc/SpaceVim.txt) [![QQ](https://img.shields.io/badge/QQ群-121056965-blue.svg)](https://jq.qq.com/?_wv=1027&k=43DB6SG) diff --git a/docs/index.md b/docs/index.md index 6db46c7a9..7baded64d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov # Introduction [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) -![Version](https://img.shields.io/badge/version-0.5.0-FF00CC.svg) +![Version](https://img.shields.io/badge/version-0.6.0-dev-FF00CC.svg) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/doc/SpaceVim.txt) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Average time to resolve an issue") diff --git a/docs/install.cmd b/docs/install.cmd index 50f19506f..ab4e23aa8 100644 --- a/docs/install.cmd +++ b/docs/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " version : 0.5.0 by : spacevim.org " +echo " version : 0.6.0-dev by : spacevim.org " Push-Location ~ diff --git a/docs/install.sh b/docs/install.sh index 1ee76b864..871dae041 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -11,7 +11,7 @@ # Reset Color_off='\033[0m' # Text Reset -Version='0.5.0' +Version='0.6.0-dev' # Regular Colors Red='\033[0;31m' diff --git a/readme.gitee.md b/readme.gitee.md index 20def8d92..cde0ea08b 100644 --- a/readme.gitee.md +++ b/readme.gitee.md @@ -1,7 +1,7 @@ [![SpaceVim](https://spacevim.org/logo.png)](https://spacevim.org) [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) -![Version](https://img.shields.io/badge/version-0.5.0-FF00CC.svg) +![Version](https://img.shields.io/badge/version-0.6.0-dev-FF00CC.svg) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](https://github.com/SpaceVim/SpaceVim/blob/dev/doc/SpaceVim.txt) [![QQ](https://img.shields.io/badge/QQ群-121056965-blue.svg)](https://jq.qq.com/?_wv=1027&k=43DB6SG)