Skip to content

Commit

Permalink
ops: upgrade to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-tindal committed May 3, 2023
1 parent 8132441 commit 502fe4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-mindmap-nextgen",
"name": "Mindmap NextGen",
"version": "1.8.2",
"version": "1.9.0",
"description": "View your Markdown as a mindmap",
"isDesktopOnly": false,
"js": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-mindmap-nextgen",
"version": "1.8.2",
"version": "1.9.0",
"description": "An Obsidian plugin for displaying markdown notes as mindmaps using Markmap",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -16,5 +16,6 @@
"1.7.0": "1.0.0",
"1.8.0": "1.0.0",
"1.8.1": "1.0.0",
"1.8.2": "1.0.0"
"1.8.2": "1.0.0",
"1.9.0": "1.0.0"
}

0 comments on commit 502fe4e

Please sign in to comment.