From e2792a73729ad9e6fa9be356e74cf499dd5c47eb Mon Sep 17 00:00:00 2001 From: Netanel Henya Date: Wed, 7 Feb 2024 09:04:47 +0200 Subject: [PATCH] changed version of manifest.json --- extension/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 0340403..8d246ac 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Letterboxd Services", "description": "Letterboxd extension that provides you torrents for movies.", - "version": "0.5", + "version": "0.6", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", @@ -36,4 +36,4 @@ ] } ] -} \ No newline at end of file +}