mirror of
https://github.com/playmean/obsidian-event-highlight-plugin.git
synced 2026-07-22 05:44:13 +00:00
bump: 0.2.0+sha.223832f9
This commit is contained in:
parent
f8e28ba919
commit
ce3c369849
3 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue