From 3a99365ca0356c2f77a8fe417db6d39fdec5d641 Mon Sep 17 00:00:00 2001 From: Saif Abusaleh Date: Mon, 1 Nov 2021 18:01:25 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9d3feba..827d9e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Clipboard History", - "version": "1.4", + "version": "1.5", "description": "Extension to save history of copied text in browser", "permissions": [ "storage" @@ -30,4 +30,4 @@ ] } ] -} \ No newline at end of file +}