change typo

This commit is contained in:
tabibyte 2024-10-13 09:45:07 +04:00
parent 118104ed1e
commit 110fc1bc31
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "session-note",
"name": "Session Note",
"version": "1.1.0",
"id": "session-notes",
"name": "Session Notes",
"version": "1.1.1",
"minAppVersion": "0.15.0",
"description": "A plugin to create temporary & session notes that will be deleted when session ends",
"author": "Tabibyte",

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
}