mirror of
https://github.com/kev-cao/obsidian-flexical.git
synced 2026-07-22 07:48:36 +00:00
1.2.0
This commit is contained in:
parent
9cb52a198a
commit
1e514dec38
4 changed files with 8 additions and 7 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue