Skip to content

Commit 42c2cbc

Browse files
committed
1.0.2
1 parent 5d405f9 commit 42c2cbc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "code-files",
33
"name": "Code Files",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"minAppVersion": "0.15.0",
66
"description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor",
77
"author": "Lukas Bach",
88
"authorUrl": "https://lukasbach.com",
99
"fundingUrl": "https://github.com/lukasbach/.github/blob/main/funding.md",
1010
"isDesktopOnly": true
11-
}
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-code-files-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "main.js",
55
"scripts": {
66
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.15.0",
3-
"1.0.1": "0.15.0"
4-
}
3+
"1.0.1": "0.15.0",
4+
"1.0.2": "0.15.0"
5+
}

0 commit comments

Comments
 (0)