This commit is contained in:
Lukas Bach 2023-03-30 14:23:32 +02:00
parent 5d405f990c
commit 42c2cbc074
3 changed files with 6 additions and 5 deletions

View file

@ -1,11 +1,11 @@
{
"id": "code-files",
"name": "Code Files",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor",
"author": "Lukas Bach",
"authorUrl": "https://lukasbach.com",
"fundingUrl": "https://github.com/lukasbach/.github/blob/main/funding.md",
"isDesktopOnly": true
}
}

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-code-files-plugin",
"version": "1.0.1",
"version": "1.0.2",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
}