diff --git a/plugin/nuwiki.vim b/plugin/nuwiki.vim index 2545872..fb370fe 100644 --- a/plugin/nuwiki.vim +++ b/plugin/nuwiki.vim @@ -15,7 +15,7 @@ let g:loaded_nuwiki = 1 " Plugin version, surfaced by :VimwikiShowVersion / :NuwikiShowVersion. " Set before the Neovim early-return below so both clients see the global. if !exists('g:nuwiki_version') - let g:nuwiki_version = '0.4.2' + let g:nuwiki_version = '0.5.0' endif " Resolve the plugin root NOW, while this script is being sourced and