Skip to content

Commit ce0ea26

Browse files
1C0Dlukasbach
authored andcommitted
1.0.3
1 parent b7ec60f commit ce0ea26

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": "code-files",
33
"name": "Code Files",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"minAppVersion": "0.15.0",
66
"description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor",
77
"author": "Lukas Bach",

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.2",
3+
"version": "1.0.3",
44
"main": "main.js",
55
"scripts": {
66
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
4-
"1.0.2": "0.15.0"
4+
"1.0.2": "0.15.0",
5+
"1.0.3": "0.15.0"
56
}

0 commit comments

Comments
 (0)