From e9c1ec0c7c358d47f262af714fe1162df49b15d6 Mon Sep 17 00:00:00 2001 From: Aleksey Korolev Date: Thu, 31 Oct 2024 19:38:12 +0300 Subject: [PATCH] bump: 0.4.0+sha.18c739b5 --- 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 404f33a..21482b5 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.3.2+sha.5539aa35", + "version": "0.4.0+sha.18c739b5", "author": "playmean", "authorUrl": "https://playmean.ru", "fundingUrl": "https://playmean.ru/donate", diff --git a/package-lock.json b/package-lock.json index 9462a62..936f949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-event-highlight-plugin", - "version": "0.3.2+sha.5539aa35", + "version": "0.4.0+sha.18c739b5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-event-highlight-plugin", - "version": "0.3.2+sha.5539aa35", + "version": "0.4.0+sha.18c739b5", "license": "MIT", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.0.0", diff --git a/package.json b/package.json index dd951b9..8768b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-event-highlight-plugin", - "version": "0.3.2+sha.5539aa35", + "version": "0.4.0+sha.18c739b5", "description": "Render colored bars with relative event dates", "main": "main.js", "scripts": {