This commit is contained in:
Kevin Cao 2026-06-27 01:06:01 -04:00
parent 9cb52a198a
commit 1e514dec38
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
{
"id": "flexical",
"name": "FlexiCal",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "1.12.0",
"description": "A flexible calendar plugin to display the notes you want to see in a calendar view. You pick the filter and color, and FlexiCal will do the rest.",
"author": "Kevin Cao",
"authorUrl": "https://github.com/kev-cao",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-sample-plugin",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-sample-plugin",
"version": "1.1.0",
"version": "1.2.0",
"license": "0-BSD",
"dependencies": {
"@types/picomatch": "^4.0.3",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"type": "module",

View file

@ -3,5 +3,6 @@
"1.0.1": "1.12.0",
"1.0.2": "1.12.0",
"1.0.3": "1.12.0",
"1.1.0": "1.12.0"
}
"1.1.0": "1.12.0",
"1.2.0": "1.12.0"
}