mirror of
https://github.com/lukasbach/obsidian-code-files.git
synced 2026-07-22 07:40:30 +00:00
chore(release): 1.0.4
This commit is contained in:
parent
c95b264dbd
commit
884f468408
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue