diff --git a/manifest.json b/manifest.json index 06c46c2..f17a6fd 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.2.0", + "version": "1.3.0", "minAppVersion": "1.5.0", "isDesktopOnly": true } diff --git a/versions.json b/versions.json index b2d399b..4e32a57 100644 --- a/versions.json +++ b/versions.json @@ -19,4 +19,5 @@ "1.1.0": "1.5.0" "1.1.1": "1.5.0" "1.2.0": "1.5.0" + "1.3.0": "1.5.0" }