chore(release): 0.4.0
CI / cargo fmt --check (push) Failing after 39s
CI / cargo clippy (push) Successful in 47s
CI / cargo test (push) Successful in 57s
CI / editor keymaps (push) Successful in 1m48s

This commit is contained in:
gitea-actions
2026-06-23 14:10:16 +00:00
parent 8fdfa9e256
commit 5dd02e7b9e
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.3.0'
let g:nuwiki_version = '0.4.0'
endif
" Resolve the plugin root NOW, while this script is being sourced and