From bc0057858bf779d6c633fa46e1ed98c93142157c Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Tue, 9 Apr 2019 21:30:48 +0800 Subject: [PATCH] Update version to v1.2.0-dev (#2732) --- README.md | 6 ++---- autoload/SpaceVim.vim | 2 +- docs/api.md | 4 ++-- docs/cn/install.cmd | 2 +- docs/cn/install.sh | 2 +- docs/community.md | 1 - docs/index.md | 4 ++-- docs/install.cmd | 2 +- docs/install.sh | 2 +- 9 files changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 95eb70e99..9e6cd4404 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master) [![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master) -![Version](https://img.shields.io/badge/version-1.1.0-8700FF.svg) +![Version](https://img.shields.io/badge/version-1.2.0--dev-8700FF.svg) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-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") -[![Percentage of issues still open](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open") ## About SpaceVim @@ -25,7 +23,7 @@ SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many ![welcome-page](https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png) -The last release is v1.0.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.1.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. ## Instructions diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index b5fa5b332..cbed9dc5a 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -43,7 +43,7 @@ scriptencoding utf-8 "" " Version of SpaceVim , this value can not be changed. -let g:spacevim_version = '1.1.0' +let g:spacevim_version = '1.2.0-dev' lockvar g:spacevim_version "" diff --git a/docs/api.md b/docs/api.md index a03a205de..6e6248dd2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -7,12 +7,12 @@ description: "A list of available APIs in SpaceVim, provide compatible functions - - [Introduction](#introduction) +- [Introduction](#introduction) - [Available APIs](#available-apis) -#### Introduction +## Introduction SpaceVim provides many public APIs, you can use these APIs in your plugins. The following example shows how to load APIs, and how to use the public functions within the APIs. diff --git a/docs/cn/install.cmd b/docs/cn/install.cmd index 514f31278..4bce95c27 100644 --- a/docs/cn/install.cmd +++ b/docs/cn/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " 版本 : 1.1.0 中文官网 : https://spacevim.org/cn/ " +echo " 版本 : 1.2.0-dev 中文官网 : https://spacevim.org/cn/ " Push-Location ~ diff --git a/docs/cn/install.sh b/docs/cn/install.sh index 94834b192..a5d63e034 100755 --- a/docs/cn/install.sh +++ b/docs/cn/install.sh @@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White # }}} # version -Version='1.0.0' +Version='1.2.0-dev' #System name System="$(uname -s)" diff --git a/docs/community.md b/docs/community.md index 04943c66e..365ac7641 100644 --- a/docs/community.md +++ b/docs/community.md @@ -53,5 +53,4 @@ messages is: - [Facebook](https://www.facebook.com/SpaceVim) - [Reddit](https://reddit.com/r/spacevim) - [GitHub](https://github.com/SpaceVim/SpaceVim) -- [google plus](https://plus.google.com/communities/106181012794584190200) - [YouTube](https://www.youtube.com/channel/UC-3q4dVFS7gBpxhrON1WxIA) diff --git a/docs/index.md b/docs/index.md index 6785f0f00..75ece68dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov [![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/master) [![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master) -[![Version](https://img.shields.io/badge/version-1.1.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.2.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/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png) @@ -59,7 +59,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com - What is the project status? -The current stable version is v1.0.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones) +The current stable version is v1.1.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones) for development progress and the [roadmap](roadmap/) for high-level plans. - Is SpaceVim trying to turn Vim/Neovim into an IDE? diff --git a/docs/install.cmd b/docs/install.cmd index 034877c79..c416945bf 100644 --- a/docs/install.cmd +++ b/docs/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " version : 1.1.0 by : spacevim.org " +echo " version : 1.2.0-dev by : spacevim.org " Push-Location ~ diff --git a/docs/install.sh b/docs/install.sh index 70b5783b3..5a2f3f878 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White # }}} # version -Version='1.0.0' +Version='1.2.0-dev' #System name System="$(uname -s)"