From 95928a52b040b240adc3a40c42400e57db2bfa37 Mon Sep 17 00:00:00 2001 From: valentine195 <38669521+valentine195@users.noreply.github.com> Date: Wed, 24 Nov 2021 15:13:44 -0500 Subject: [PATCH 1/2] - added beta manifest - fixed manifest issue --- .gitignore | 2 +- manifest-beta.json | 10 ++++++++++ manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 manifest-beta.json diff --git a/.gitignore b/.gitignore index 9cf9e4ed..e120840c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ main.js *.js.map .DS_Store *build.js -rollup.config-dev.js +*dev.js src/converted-bestiary.json src/convert-spells.js src/convert.js diff --git a/manifest-beta.json b/manifest-beta.json new file mode 100644 index 00000000..d1f19ae4 --- /dev/null +++ b/manifest-beta.json @@ -0,0 +1,10 @@ +{ + "id": "obsidian-5e-statblocks", + "name": "5e Statblocks", + "version": "1.5.5", + "description": "Create 5e styled statblocks in Obsidian.md", + "minAppVersion": "0.12.0", + "author": "Jeremy Valentine", + "authorUrl": "", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index d1f19ae4..77198276 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "5e Statblocks", - "version": "1.5.5", + "version": "1.5.6", "description": "Create 5e styled statblocks in Obsidian.md", "minAppVersion": "0.12.0", "author": "Jeremy Valentine", From 5c13a92372c4cd5036c5ebacfd8cb98bd69a955a Mon Sep 17 00:00:00 2001 From: valentine195 <38669521+valentine195@users.noreply.github.com> Date: Wed, 24 Nov 2021 15:14:08 -0500 Subject: [PATCH 2/2] update to 1.5.7 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 77198276..8a353569 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "5e Statblocks", - "version": "1.5.6", + "version": "1.5.7", "description": "Create 5e styled statblocks in Obsidian.md", "minAppVersion": "0.12.0", "author": "Jeremy Valentine",