Update app version

This commit is contained in:
github-action update-app-version 2023-03-28 21:55:41 +00:00 committed by Nicolas Meienberger
parent b2978fcad7
commit a413b81a04

View File

@ -5,14 +5,19 @@
"exposable": true, "exposable": true,
"port": 5230, "port": 5230,
"id": "memos", "id": "memos",
"tipi_version": 1, "tipi_version": 2,
"version": "0.7.2", "version": "0.11.2",
"categories": ["utilities"], "categories": [
"utilities"
],
"description": "Memo hub for knowledge management and collaboration.", "description": "Memo hub for knowledge management and collaboration.",
"short_desc": "Memo hub for knowledge management and collaboration.", "short_desc": "Memo hub for knowledge management and collaboration.",
"author": "boojack", "author": "boojack",
"website": "https://usememos.com/", "website": "https://usememos.com/",
"source": "https://github.com/usememos/memos", "source": "https://github.com/usememos/memos",
"supported_architectures": ["arm64", "amd64"], "supported_architectures": [
"arm64",
"amd64"
],
"form_fields": [] "form_fields": []
} }