diff --git a/apps/vaultwarden/config.json b/apps/vaultwarden/config.json index cae8a404..b0ebc3b2 100644 --- a/apps/vaultwarden/config.json +++ b/apps/vaultwarden/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8107, "id": "vaultwarden", - "tipi_version": 2, - "version": "1.25.1", - "categories": ["utilities"], + "tipi_version": 3, + "version": "1.26.0", + "categories": [ + "utilities" + ], "description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.", "short_desc": "All your passwords in your control!", "author": "Daniel GarcĂ­a",