Skip to content

Commit

Permalink
1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Dec 10, 2024
1 parent f964b93 commit 577036a
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": "obsidian-importer",
"name": "Importer",
"version": "1.6.13",
"version": "1.6.14",
"minAppVersion": "0.15.0",
"description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.",
"author": "Obsidian",
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-importer",
"version": "1.6.13",
"version": "1.6.14",
"description": "Import notes from other apps like Evernote.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"1.6.10": "0.15.0",
"1.6.11": "0.15.0",
"1.6.12": "0.15.0",
"1.6.13": "0.15.0"
}
"1.6.13": "0.15.0",
"1.6.14": "0.15.0"
}

0 comments on commit 577036a

Please sign in to comment.