From 07653a06a6009b666d982ef7027ada3538334f36 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 25 Aug 2024 05:57:26 +0200 Subject: [PATCH] fix(matrix-authentication-service): update appVersion --- matrix-authentication-service/Chart.yaml | 4 ++-- matrix-authentication-service/README.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/matrix-authentication-service/Chart.yaml b/matrix-authentication-service/Chart.yaml index 84de472..a9b0c67 100644 --- a/matrix-authentication-service/Chart.yaml +++ b/matrix-authentication-service/Chart.yaml @@ -4,9 +4,9 @@ name: matrix-authentication-service description: OAuth2.0 + OpenID Provider for Matrix Homeservers (per MSC3861) icon: https://matrix.org/images/matrix-logo.svg type: application -version: 0.0.4 +version: 0.0.5 # renovate: image=ghcr.io/matrix-org/matrix-authentication-service -appVersion: "0.9.0" +appVersion: "0.10.0" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/matrix-authentication-service/README.adoc b/matrix-authentication-service/README.adoc index 7d5742c..6b6f741 100644 --- a/matrix-authentication-service/README.adoc +++ b/matrix-authentication-service/README.adoc @@ -2,9 +2,9 @@ = matrix-authentication-service -image::https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square[Version: 0.0.4] +image::https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square[Version: 0.0.5] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] -image::https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square[AppVersion: 0.9.0] +image::https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square[AppVersion: 0.10.0] == Maintainers .Maintainers