From 27d580664e67b81373047e5df7ac2692b76a803c Mon Sep 17 00:00:00 2001 From: valentine195 <38669521+valentine195@users.noreply.github.com> Date: Thu, 20 May 2021 15:52:45 -0400 Subject: [PATCH] 0.0.2 version bump --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8fa65ec9..da528ce1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "5e Statblocks", - "version": "0.0.1", + "version": "0.0.2", "description": "Create 5e styled statblocks in Obsidian.md", "minAppVersion": "0.12.0", "author": "Jeremy Valentine", diff --git a/package.json b/package.json index 7f8da27a..2b4ce14a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-5e-statblocks", - "version": "0.0.1", + "version": "0.0.2", "description": "Create 5e styled statblocks in Obsidian.md", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b76cb6b4..f7e3e38c 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.0.1": "0.12.0" + "0.0.2": "0.12.0" } \ No newline at end of file