Skip to content

Commit 5008a22

Browse files
committed
bump(0.7.2): Patch to 0.7.2
1 parent 436b18b commit 5008a22

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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": "invio",
33
"name": "Invio",
4-
"version": "0.7.0",
4+
"version": "0.7.2",
55
"minAppVersion": "0.13.21",
66
"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",

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.7.1",
3+
"version": "0.7.2",
44
"description": "Publish your obsidian docs online.",
55
"scripts": {
66
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"0.6.3": "0.13.21",
1212
"0.6.4": "0.13.21",
1313
"0.6.5": "0.13.21",
14-
"0.7.0": "0.13.21"
14+
"0.7.0": "0.13.21",
15+
"0.7.2": "0.13.21"
1516
}

0 commit comments

Comments
 (0)