Remove email from manifest

This commit is contained in:
Lina 2025-05-01 17:04:12 +03:00
parent 9682b919ac
commit 061f9072da
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
{
"id": "bytefield",
"name": "Byte Field Diagrams",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.15.0",
"description": "Adds diagrams that show how structures are laid out in memory / network.",
"author": "Lina <dev@natri.fyi>",
"author": "natri0",
"isDesktopOnly": false
}

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-bytediag",
"version": "0.0.2",
"version": "0.0.3",
"main": "main.js",
"devDependencies": {
"@types/node": "^22.14.0",