Skip to content

Commit

Permalink
update manifest and release
Browse files Browse the repository at this point in the history
  • Loading branch information
guopenghui committed Jan 16, 2025
1 parent 09dec35 commit 31886ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-quiet-outline",
"name": "Quiet Outline",
"version": "0.3.39",
"version": "0.3.40",
"minAppVersion": "0.15.6",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"author": "the_tree",
"authorUrl": "",
"fundingUrl": "https://www.buymeacoffee.com/thtree",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (manifest.version !== version) {
manifest.version = version;
fs.writeFileSync(path.join(root, "manifest.json"), JSON.stringify(manifest, null, 4));
// message must use " instead of ' on windows
child.execSync('git commit -am "update manifest"');
child.execSync('git commit -am "update manifest and release"');
}

child.execSync("git push");
Expand Down

0 comments on commit 31886ed

Please sign in to comment.