From 2ac387979825e0f6aaacd4dd5c5bc3c7a31104c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ant=C3=B4nio?= Date: Mon, 30 Sep 2024 10:48:53 -0300 Subject: [PATCH] fix: plugin version --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 9585323..5e902dc 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { "name": "marco-souza/ollero.nvim", "description": "A plugin to open an input box for chating with Ollama", - "version": "0.1.1" -} \ No newline at end of file + "version": "0.1.6" +}