Skip to content

Commit

Permalink
2.9.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 Jan 21, 2023
1 parent 29be029 commit 802f288
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "terminal",
"name": "Terminal",
"version": "2.8.1",
"version": "2.9.0",
"minAppVersion": "1.1.9",
"description": "Open terminals in Obsidian directly.",
"author": "polyipseity",
Expand Down
4 changes: 2 additions & 2 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": "2.8.1",
"version": "2.9.0",
"author": "polyipseity",
"license": "MIT",
"description": "Open terminals in Obsidian directly.",
Expand Down Expand Up @@ -48,4 +48,4 @@
"fundingUrl": {},
"isDesktopOnly": false
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"2.6.1": "1.1.9",
"2.7.0": "1.1.9",
"2.8.0": "1.1.9",
"2.8.1": "1.1.9"
"2.8.1": "1.1.9",
"2.9.0": "1.1.9"
}

0 comments on commit 802f288

Please sign in to comment.