Skip to content

Commit 5940d8e

Browse files
committed
Fix #19
1 parent 197c0e8 commit 5940d8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "metaedit",
33
"name": "MetaEdit",
4-
"version": "1.6.7",
4+
"version": "1.6.8",
55
"minAppVersion": "0.12.0",
66
"description": "MetaEdit helps you manage your metadata.",
77
"author": "Christian B. B. Houmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metaedit",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "MetaEdit helps you manage your metadata.",
55
"main": "main.js",
66
"scripts": {

src/Modals/LinkMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class LinkMenu {
4242
item.setIcon('pencil');
4343
item.setTitle("Edit Meta");
4444
item.onClick(async evt => {
45-
await this.plugin.runMetaEditForFolder(this.targetFolder);
45+
await this.plugin.runMetaEditForFile(this.targetFile);
4646
})
4747
})
4848
}

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"1.6.7": "0.12.0"
2+
"1.6.8": "0.12.0"
33
}

0 commit comments

Comments
 (0)