From 25b6d4bc64f4b0e953a83a7ca6b19e192725d5a4 Mon Sep 17 00:00:00 2001 From: Leo310 Date: Tue, 30 Apr 2024 13:19:23 +0200 Subject: [PATCH] version up, another one --- manifest.json | 2 +- versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a2b994a..89448e6 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "Interact with your privacy focused assistant, leveraging Ollama or OpenAI, making your second brain even smarter.", "author": "Leo310, nicobrauchtgit", "authorUrl": "https://github.com/nicobrauchtgit", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "1.5.0", "isDesktopOnly": true } diff --git a/versions.json b/versions.json index 8d6e943..fb27aa3 100644 --- a/versions.json +++ b/versions.json @@ -17,4 +17,5 @@ "1.0.0": "1.5.0" "1.0.2": "1.5.0" "1.1.0": "1.5.0" + "1.1.1": "1.5.0" }