From 37c9b2462c884b7ad2349988eed99fb11472046f Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Wed, 6 Mar 2024 11:43:14 -0800 Subject: [PATCH] 0.1.8 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7e9f85e..8e401d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "13th-age-statblocks", "name": "13th Age Statblocks", - "version": "0.1.7", + "version": "0.1.8", "minAppVersion": "0.12.0", "description": "Render 13th Age statblocks in Obsidian.", "author": "Ben Straub", diff --git a/package.json b/package.json index e843b59..f84d079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.1.7", + "version": "0.1.8", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {