release version 1.0.7

This commit is contained in:
mara.froehlich 2025-01-27 19:13:06 +01:00
parent 6f1d8be50b
commit 0777249a18
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
{
"id": "avatar",
"name": "Avatar",
"version": "1.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "Display an avatar image in your notes.",
"author": "froehlichA",
"authorUrl": "https://github.com/froehlichA",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-avatar",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-avatar",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-avatar",
"version": "1.0.6",
"version": "1.0.7",
"description": "An obsidian plugin for displaying an avatar image in front of your notes. ",
"main": "main.js",
"scripts": {

View file

@ -5,5 +5,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
}
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
}