chore(release): 1.0.4

This commit is contained in:
Lukas Bach 2023-04-06 23:43:03 +02:00
parent c95b264dbd
commit 884f468408
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "code-files",
"name": "Code Files",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor",
"author": "Lukas Bach",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-code-files-plugin",
"version": "1.0.3",
"version": "1.0.4",
"main": "main.js",
"scripts": {
"build": "obsidian-plugin build src/main.ts",

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
}