Skip to content

Commit 4806ec2

Browse files
committed
Change version
1 parent 3da26a4 commit 4806ec2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Use one of the following methods:
1616

1717
## What's new?
1818

19-
### Version 0.2.0
19+
### Version 0.2.x
2020

2121
- Add the _In folder_ variant of the _Open switcher_ command.
2222

23-
### Version 0.1.1
23+
### Version 0.1.x
2424

2525
- Initial release

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "oin-gotoheading",
33
"name": "Go To Heading",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"minAppVersion": "1.4.11",
66
"description": "Quickly navigate between headings",
77
"author": "join",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oin-gotoheading",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Quickly navigate between headings in Obisidian",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)