From e8435556a3ab60d597c8c34e0186787b05ae9f7f Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Mon, 14 Oct 2024 11:52:54 +0200 Subject: [PATCH] bumped version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fd7ac3a..48b1ba7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "SpaceLLama", - "version": "1.1", + "version": "1.2", "description": "Summarize web pages using Ollama. Supports custom models, token limits, system prompts, chunking, and more. See https://github.com/tcsenpai/spacellama for more information.", "permissions": ["activeTab", "storage", "", "tabs"], "browser_action": {