From 2b55cec409a7fdd59a72ac38c2fe9c44e23bc5f1 Mon Sep 17 00:00:00 2001 From: rafi993 Date: Sun, 28 Aug 2022 12:58:36 +0530 Subject: [PATCH] Increasing version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 59ad5a6..57f3446 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Minimal Youtube theme", "description": "Make youtube boring and calm", - "version": "0.0.1", + "version": "0.0.2", "permissions": ["storage"], "content_scripts": [ { diff --git a/package.json b/package.json index 647d5ad..a69e485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimal-youtube-theme", - "version": "1.0.0", + "version": "0.0.2", "description": "minimal youtube theme", "scripts": { "start": "parcel watch manifest.json --host localhost",