mirror of
https://github.com/land0r/obsidian-flowchart-plugin.git
synced 2026-07-22 05:32:04 +00:00
parent
ad9271f1dc
commit
a9fbaf3b54
3 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "flowcharts",
|
||||
"name": "Flowcharts",
|
||||
"version": "1.1.0",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Render flowcharts using flowchart.js syntax.",
|
||||
"author": "land0r",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-flowchart-plugin",
|
||||
"version": "1.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "A plugin for rendering flowcharts using flowchart.js",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"1.0.0": "1.5.0",
|
||||
"1.1.0": "1.5.0"
|
||||
"1.0.0": "1.5.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue