From 778c8e711a23d6921a99986a00cdbb6d76e1b103 Mon Sep 17 00:00:00 2001 From: Oliver Caldwell Date: Tue, 16 Jun 2020 22:17:13 +0100 Subject: [PATCH] Bump version to v3.5.0 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 70944fd0..26c1ca15 100644 --- a/README.adoc +++ b/README.adoc @@ -63,7 +63,7 @@ Use your favourite plugin manager, mine is https://github.com/junegunn/vim-plug[ [source,viml] ---- -Plug 'Olical/conjure', {'tag': 'v3.4.0'} +Plug 'Olical/conjure', {'tag': 'v3.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.