Skip to content

Commit

Permalink
bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Jun 27, 2022
1 parent 921fd17 commit ae75947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img alt="Latest release" src="https://img.shields.io/github/v/release/jdhao/nvim-config" />
</a>
<a href="https://github.com/neovim/neovim/releases/tag/stable">
<img src="https://img.shields.io/badge/Neovim-0.7.0-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
<img src="https://img.shields.io/badge/Neovim-0.7.2-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
</a>
<a href="https://github.com/jdhao/nvim-config/search?l=vim-script">
<img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" alt="Top languages"/>
Expand Down
4 changes: 2 additions & 2 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
" Blog: https://jdhao.github.io/

" check if we have the lastest stable version of nvim
if !has('nvim-0.7.0')
echohl Error | echomsg "Nvim 0.7.0 required, but is missing!" | echohl None
if !has('nvim-0.7.2')
echohl Error | echomsg "Nvim 0.7.2 required, but is missing!" | echohl None
finish
endif

Expand Down

0 comments on commit ae75947

Please sign in to comment.