Skip to content

Commit

Permalink
version 1.0.7 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade authored Nov 22, 2024
1 parent 2da7365 commit eec59be
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": "smart-composer",
"name": "Smart Composer",
"version": "1.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "AI chat with note context, smart writing assistance, and one-click edits for your vault.",
"author": "Heesu Suh",
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-smart-composer",
"version": "1.0.6",
"version": "1.0.7",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -79,4 +79,4 @@
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
}

0 comments on commit eec59be

Please sign in to comment.