chore(release): 0.5.1
CI / editor tests (push) Successful in 42s

This commit is contained in:
gitea-actions
2026-06-29 11:38:14 +00:00
parent 4bee216c05
commit cd173f000c
+1 -1
View File
@@ -16,7 +16,7 @@ let g:loaded_nuwiki = 1
" Plugin version, surfaced by :VimwikiShowVersion / :NuwikiShowVersion. " Plugin version, surfaced by :VimwikiShowVersion / :NuwikiShowVersion.
" Set before the Neovim early-return below so both clients see the global. " Set before the Neovim early-return below so both clients see the global.
if !exists('g:nuwiki_version') if !exists('g:nuwiki_version')
let g:nuwiki_version = '0.5.0' let g:nuwiki_version = '0.5.1'
endif endif
" Resolve the plugin root NOW, while this script is being sourced and " Resolve the plugin root NOW, while this script is being sourced and