mirror of
https://github.com/lukasbach/obsidian-code-files.git
synced 2026-07-22 07:40:30 +00:00
chore(release): 1.1.9
This commit is contained in:
parent
70771ebbe0
commit
f1b25bd2a8
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "code-files",
|
||||
"name": "Code Files",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"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.1.8",
|
||||
"version": "1.1.9",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"build": "obsidian-plugin build src/main.ts",
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@
|
|||
"1.1.5": "0.15.0",
|
||||
"1.1.6": "0.15.0",
|
||||
"1.1.7": "0.15.0",
|
||||
"1.1.8": "0.15.0"
|
||||
"1.1.8": "0.15.0",
|
||||
"1.1.9": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue