From 8037603a1e9bcb6484f5664773c0c5cffca4b948 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 6 Feb 2024 22:17:44 +0100 Subject: [PATCH] fix(conduit): update appVersion --- conduit/Chart.yaml | 3 ++- conduit/README.adoc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conduit/Chart.yaml b/conduit/Chart.yaml index 08a6220..912ccc0 100644 --- a/conduit/Chart.yaml +++ b/conduit/Chart.yaml @@ -3,7 +3,8 @@ name: conduit description: Conduit is a simple, fast and reliable chat server powered by Matrix. icon: https://conduit.rs/conduit.svg type: application -version: 0.2.2 +version: 0.2.3 +# renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit appVersion: "0.6.0" maintainers: - name: WrenIX diff --git a/conduit/README.adoc b/conduit/README.adoc index 5071413..83d1b3d 100644 --- a/conduit/README.adoc +++ b/conduit/README.adoc @@ -2,7 +2,7 @@ = conduit -image::https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square[Version: 0.2.2] +image::https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square[Version: 0.2.3] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square[AppVersion: 0.6.0] == Maintainers