Skip to content

Commit

Permalink
Update the plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
irbull committed Nov 11, 2024
1 parent ee893b5 commit 62e7d58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "ai-summary",
"name": "AI Notes Summary",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Summarize referenced notes using OpenAI.",
"author": "R. Ian Bull",
"authorUrl": "https://ianbull.com",
"isDesktopOnly": true
"id": "ai-summary",
"name": "AI Notes Summary",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Summarize referenced notes using OpenAI.",
"author": "R. Ian Bull",
"authorUrl": "https://ianbull.com",
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-ai-summary",
"version": "1.0.1",
"version": "1.0.5",
"description": "Summarize referenced notes using OpenAI.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 62e7d58

Please sign in to comment.