Skip to content

Commit

Permalink
CSS packaging error
Browse files Browse the repository at this point in the history
  • Loading branch information
manimohans committed Jul 13, 2024
1 parent c820c6a commit 041d070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"author": "Mani Mohan",
"authorUrl": "https:/warpcast.com/mani",
"fundingUrl": "https://buymeacoffee.com/manee",
"isDesktopOnly": false
"isDesktopOnly": false,
"css": [
"style.css"
]
}
4 changes: 2 additions & 2 deletions updatetags.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 041d070

Please sign in to comment.