Skip to content

Commit 884f468

Browse files
committed
chore(release): 1.0.4
1 parent c95b264 commit 884f468

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.3",
4+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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
@@ -2,5 +2,6 @@
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
44
"1.0.2": "0.15.0",
5-
"1.0.3": "0.15.0"
5+
"1.0.3": "0.15.0",
6+
"1.0.4": "0.15.0"
67
}

0 commit comments

Comments
 (0)