From 36798e5c27deb287ee59a05a45aa934b8bae2af7 Mon Sep 17 00:00:00 2001 From: "illo.yoon" Date: Sat, 29 Apr 2023 00:30:30 +0900 Subject: [PATCH] update to 1.0.13 --- manifest.json | 2 +- package-lock.json | 4 ++-- src/main.ts | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index cfd4cff..1626118 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "draw-harada-method", "name": "Draw Harada Method", - "version": "1.0.8", + "version": "1.0.13", "minAppVersion": "0.15.0", "description": "This plugin is used to draw the harada method. Create your own 1 goal, 8 plans, and 64 actions", "author": "yildbs", diff --git a/package-lock.json b/package-lock.json index 00f9c58..ea41129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "draw-harada-method", - "version": "1.0.8", + "version": "1.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "draw-harada-method", - "version": "1.0.8", + "version": "1.0.13", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/src/main.ts b/src/main.ts index 0dc6fd2..e256e15 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,6 +3,7 @@ import { HaradaMethod } from "./harada"; // Remember to rename these classes and interfaces! + interface ObsidianHaradaMethodPluginSettings { goalBackgroundColor: string; keyplanBackgroundColor: string;