mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
release version 1.1.0
This commit is contained in:
parent
253668b983
commit
53a4f03995
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue