Skip to content

Commit 1192080

Browse files
committed
chore(release): 1.0.7
1 parent 6f94d9f commit 1192080

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.6",
4+
"version": "1.0.7",
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.6",
3+
"version": "1.0.7",
44
"main": "main.js",
55
"scripts": {
66
"build": "obsidian-plugin build src/main.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.0.3": "0.15.0",
66
"1.0.4": "0.15.0",
77
"1.0.5": "0.15.0",
8-
"1.0.6": "0.15.0"
8+
"1.0.6": "0.15.0",
9+
"1.0.7": "0.15.0"
910
}

0 commit comments

Comments
 (0)