Revert "update plugin version"

This reverts commit ad9271f1dc.
This commit is contained in:
land0r 2025-01-27 23:06:40 +01:00
parent ad9271f1dc
commit a9fbaf3b54
3 changed files with 3 additions and 4 deletions

View file

@ -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",

View file

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

View file

@ -1,4 +1,3 @@
{
"1.0.0": "1.5.0",
"1.1.0": "1.5.0"
"1.0.0": "1.5.0"
}