chore(release): 0.5.2
CI / editor tests (push) Successful in 44s

This commit is contained in:
gitea-actions
2026-07-02 12:02:20 +00:00
parent 4c187fee3c
commit 51e857f3c6
+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.1' let g:nuwiki_version = '0.5.2'
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