mirror of
https://github.com/lukasbach/obsidian-code-files.git
synced 2026-07-22 07:40:30 +00:00
1.0.2
This commit is contained in:
parent
5d405f990c
commit
42c2cbc074
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue