Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Feb 27, 2023
1 parent 5b4de51 commit 6c339fe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "terminal",
"name": "Terminal",
"version": "3.1.0",
"minAppVersion": "1.0.3",
"version": "3.2.0",
"minAppVersion": "1.1.13",
"description": "Integrate consoles, shells, and terminals inside Obsidian.",
"author": "polyipseity",
"authorUrl": "",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-terminal",
"displayName": "Obsidian Terminal",
"version": "3.1.0",
"version": "3.2.0",
"author": "polyipseity",
"license": "AGPL-3.0-or-later",
"description": "Integrate consoles, shells, and terminals inside Obsidian.",
Expand Down Expand Up @@ -80,4 +80,4 @@
"fundingUrl": {},
"isDesktopOnly": false
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"2.10.0": "1.1.9",
"2.11.0": "1.1.9",
"3.0.0": "1.1.9",
"3.1.0": "1.0.3"
"3.1.0": "1.0.3",
"3.2.0": "1.1.13"
}

0 comments on commit 6c339fe

Please sign in to comment.