Skip to content

Commit 3b7162c

Browse files
committed
1.6.4
1 parent 068aa25 commit 3b7162c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-importer",
33
"name": "Importer",
4-
"version": "1.6.3",
4+
"version": "1.6.4",
55
"minAppVersion": "0.15.0",
66
"description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.",
77
"author": "Obsidian",
88
"authorUrl": "https://obsidian.md",
99
"isDesktopOnly": false
10-
}
10+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-importer",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Import notes from other apps like Evernote.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"1.5.0": "0.15.0",
55
"1.6.0": "0.15.0",
66
"1.6.2": "0.15.0",
7-
"1.6.3": "0.15.0"
7+
"1.6.3": "0.15.0",
8+
"1.6.4": "0.15.0"
89
}

0 commit comments

Comments
 (0)