Skip to content

Commit a364873

Browse files
version bump: 1.2.4 (#467)
Co-authored-by: kevin-on <kevin-on@users.noreply.github.com>
1 parent fe7362f commit a364873

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "smart-composer",
33
"name": "Smart Composer",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"minAppVersion": "0.15.0",
66
"description": "AI chat with note context, smart writing assistance, and one-click edits for your vault.",
77
"author": "Heesu Suh",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-smart-composer",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
"1.2.0": "0.15.0",
5656
"1.2.1": "0.15.0",
5757
"1.2.2": "0.15.0",
58-
"1.2.3": "0.15.0"
58+
"1.2.3": "0.15.0",
59+
"1.2.4": "0.15.0"
5960
}

0 commit comments

Comments
 (0)