From ce3c36984977ea9c9ec8df23d4b2a3af08692bc8 Mon Sep 17 00:00:00 2001 From: Aleksey Korolev Date: Fri, 11 Oct 2024 13:14:15 +0300 Subject: [PATCH] bump: 0.2.0+sha.223832f9 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 0a146a8..b3136eb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "event-highlight", "name": "Event Highlight", "description": "Render colored bars with relative event dates", - "version": "0.1.0+sha.c490c594", + "version": "0.2.0+sha.223832f9", "author": "playmean", "authorUrl": "https://playmean.ru", "fundingUrl": "https://playmean.ru/donate", diff --git a/package-lock.json b/package-lock.json index d8b4fe1..2acca0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-event-highlight-plugin", - "version": "0.1.0+sha.c490c594", + "version": "0.2.0+sha.223832f9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-event-highlight-plugin", - "version": "0.1.0+sha.c490c594", + "version": "0.2.0+sha.223832f9", "license": "MIT", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.0.0", diff --git a/package.json b/package.json index 4e300dd..a5e6b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-event-highlight-plugin", - "version": "0.1.0+sha.c490c594", + "version": "0.2.0+sha.223832f9", "description": "Render colored bars with relative event dates", "main": "main.js", "scripts": {