From aa3d7e5c7a4d25a6a17ecf747ff911e9ed0343e8 Mon Sep 17 00:00:00 2001 From: Nathan Hedge <23344786+10Nates@users.noreply.github.com> Date: Tue, 26 Dec 2023 19:05:41 -0600 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a775a9..36f009d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ollama-autocoder", "displayName": "Ollama Autocoder", "description": "A simple to use Ollama autocompletion engine with options exposed and streaming functionality", - "version": "0.0.3", + "version": "0.0.4", "icon": "icon.png", "publisher": "10nates", "license": "MIT",