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": {