Skip to content

Commit

Permalink
fix: version mismatch after bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed Jul 2, 2024
1 parent 3459e8c commit 8d5f479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "apple-books-import-highlights",
"name": "Apple Books - Import Highlights",
"version": "1.3.0",
"version": "1.2.3",
"minAppVersion": "0.15.0",
"description": "Import your Apple Books highlights and notes to Obsidian.",
"author": "bandantonio",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-apple-books-highlights-plugin",
"version": "1.3.0",
"version": "1.2.3",
"description": "Import highlights and notes from your Apple Books to Obsidian",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -58,4 +58,4 @@
"dayjs": "^1.11.10",
"handlebars": "^4.7.8"
}
}
}

0 comments on commit 8d5f479

Please sign in to comment.