diff --git a/manifest.json b/manifest.json index 7eaf541..f548d01 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-toggle-meta-yaml-plugin", "name": "Toggle Meta Yaml", - "version": "1.1.1", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "this is a simple plugin to toggle meta yaml.", "author": "hua03", diff --git a/package.json b/package.json index f34ad44..3fb293c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toggle-meta-yaml-plugin", - "version": "1.1.1", + "version": "1.1.0", "description": "This is a simple plugin to toggle meta yaml.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4b6bf98..908e85c 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,4 @@ { "1.0.0": "0.15.0", - "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.0": "0.15.0" } \ No newline at end of file