Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Mar 28, 2024
1 parent 6bccde0 commit fa94643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,10 +1,10 @@
{
"id": "obsidian-importer",
"name": "Importer",
"version": "1.6.0",
"version": "1.6.1",
"minAppVersion": "0.15.0",
"description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-importer",
"version": "1.5.0",
"version": "1.6.1",
"description": "Import notes from other apps like Evernote.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
"static-params": "0.4.0",
"xml-flow": "1.0.4"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
@@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.5.0": "0.15.0"
"1.5.0": "0.15.0",
"1.6.0": "0.15.0"
}

0 comments on commit fa94643

Please sign in to comment.