Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oin committed Dec 14, 2023
1 parent 106c187 commit 65dbf7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This Obsidian plugin provides commands that improve navigation between the headi

- **Next/Previous heading**: Go to the next/previous heading, based on the current cursor position.
- **Open switcher**: Open a quick switcher that presents the document's outline and allows you to quickly select a heading to jump to.
- **In folder:
- **In folder: Open switcher**: Open a quick switcher that presents the outlines of all the documents in the current folder, and allows you to quickly select a heading to jump to.

## How to install
Expand All @@ -19,6 +18,7 @@ Use one of the following methods:
### Version 0.2.x

- Add the _In folder_ variant of the _Open switcher_ command.
- Add a _Include first/last line_ option to go to the end of the file when the _Next heading_ command is invoked at the last heading, and to go to the start of the file when the _Previous heading_ command is invoked at the first heading.

### Version 0.1.x

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "oin-gotoheading",
"name": "Go To Heading",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "1.4.11",
"description": "Quickly navigate between headings",
"author": "join",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oin-gotoheading",
"version": "0.2.1",
"version": "0.2.2",
"description": "Quickly navigate between headings in Obisidian",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 65dbf7b

Please sign in to comment.