Skip to content

Commit 0f02335

Browse files
committed
bump(patch): Version patch to 0.3.2
1 parent cb05dc8 commit 0f02335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.3.1",
4+
"version": "0.3.2",
55
"minAppVersion": "0.13.21",
66
"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.",
77
"author": "frontend-engineering",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-invio",
3-
"version": "0.3.1",
4-
"description": "Publish your obsidian docs to COS.",
3+
"version": "0.3.2",
4+
"description": "Publish your obsidian docs online.",
55
"scripts": {
66
"dev": "node esbuild.config.mjs",
77
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",

0 commit comments

Comments
 (0)