release version 1.1.0

This commit is contained in:
mara.froehlich 2025-06-25 20:40:55 +02:00
parent 253668b983
commit 53a4f03995
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "avatar", "id": "avatar",
"name": "Avatar", "name": "Avatar",
"version": "1.0.7", "version": "1.1.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Display an avatar image in your notes.", "description": "Display an avatar image in your notes.",
"author": "froehlichA", "author": "froehlichA",

View file

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

View file

@ -6,5 +6,6 @@
"1.0.4": "0.15.0", "1.0.4": "0.15.0",
"1.0.5": "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" "1.0.7": "0.15.0",
"1.1.0": "0.15.0"
} }