From 041d0701a910623409334d0fec7b67652b20c931 Mon Sep 17 00:00:00 2001 From: Mani Mohan Date: Sat, 13 Jul 2024 12:51:59 -0700 Subject: [PATCH] CSS packaging error --- manifest.json | 5 ++++- updatetags.sh | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3f23737..f1bfb28 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,8 @@ "author": "Mani Mohan", "authorUrl": "https:/warpcast.com/mani", "fundingUrl": "https://buymeacoffee.com/manee", - "isDesktopOnly": false + "isDesktopOnly": false, + "css": [ + "style.css" + ] } diff --git a/updatetags.sh b/updatetags.sh index ec2c2b2..742ab76 100755 --- a/updatetags.sh +++ b/updatetags.sh @@ -1,3 +1,3 @@ #make sure to edit manifest.json - the version numbers must match! -git tag -a 1.1.1 -m "1.1.1" -git push origin 1.1.1 +git tag -a 1.1.2 -m "1.1.2" +git push origin 1.1.2