Skip to content

Commit

Permalink
version 1.0.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade authored Oct 31, 2024
1 parent e866ee1 commit 8f20c07
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": "0.1.9",
"version": "1.0.0",
"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": "0.1.9",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -72,4 +72,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 @@ -17,5 +17,6 @@
"0.1.6": "0.15.0",
"0.1.7": "0.15.0",
"0.1.8": "0.15.0",
"0.1.9": "0.15.0"
"0.1.9": "0.15.0",
"1.0.0": "0.15.0"
}

0 comments on commit 8f20c07

Please sign in to comment.