Skip to content

Commit b996768

Browse files
committed
feat(manifest): Update description.
1 parent 12cf405 commit b996768

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "invio",
33
"name": "Invio",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"minAppVersion": "0.13.21",
6-
"description": "Export docs as websites and deploy them to AWS S3 or compatible COS. Invio streamlines the process of publishing, enabling users to easily share their work online.",
6+
"description": "Export documents as static websites and deploy to AWS S3 or compatible COS. Streamlining Obsidian Sync and Publish, Invio lets you share notes online, retaining data control via self-hosting.",
77
"author": "frontend-engineering",
88
"authorUrl": "https://github.com/frontend-engineering",
99
"isDesktopOnly": true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-invio",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Publish your obsidian docs online.",
55
"scripts": {
66
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"0.3.6": "0.13.21",
55
"0.3.7": "0.13.21",
66
"0.4.0": "0.13.21",
7-
"0.5.0": "0.13.21"
7+
"0.5.1": "0.13.21"
88
}

0 commit comments

Comments
 (0)