From 53bb2db81d8bc385043be4819721e2aa9e82b017 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 20:39:24 +0000 Subject: [PATCH] Update app version --- apps/vaultwarden/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",