From a9431410d74f2281ae626727342a5d23d4a12552 Mon Sep 17 00:00:00 2001 From: Oliver Caldwell Date: Sun, 20 Sep 2020 09:48:36 +0100 Subject: [PATCH] Bump versoin to v4.5.0 in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1b646674..7075d902 100644 --- a/README.adoc +++ b/README.adoc @@ -46,7 +46,7 @@ Use your favourite plugin manager, mine is https://github.com/junegunn/vim-plug[ [source,viml] ---- -Plug 'Olical/conjure', {'tag': 'v4.4.0'} +Plug 'Olical/conjure', {'tag': 'v4.5.0'} ---- You'll need to be on the latest stable Neovim for all of the features (such as floating windows) to work. If you see errors, please check your Neovim version before raising an issue.