Skip to content

Commit f5e0943

Browse files
committed
bump(version): Bump to v0.1.3
1 parent d045b91 commit f5e0943

File tree

3 files changed

+3
-3
lines changed

3 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.1.2",
4+
"version": "0.1.3",
55
"minAppVersion": "0.13.21",
66
"description": "Invio is a plugin for Obsidian which lets you export docs as HTML websites / webpages. It is similar to publish, but you get the .html files to your own COS and then you can do whatever you want with. Its goal is to support as many features of obsidian possible including themes, dataview, graph view, and more.",
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.1.2",
3+
"version": "0.1.3",
44
"description": "Publish your obsidian docs to COS.",
55
"scripts": {
66
"dev2": "node esbuild.config.mjs",

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"0.1.2": "0.13.21"
2+
"0.1.1": "0.13.21"
33
}

0 commit comments

Comments
 (0)