From 8f284df2f54519f70cf1128b6f20b75f3b02bbbe Mon Sep 17 00:00:00 2001 From: Chris Golden Date: Wed, 7 Apr 2021 10:23:32 +0200 Subject: [PATCH] Update version in readme (#757) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- charts/stable/bitwardenrs/Chart.yaml | 2 +- charts/stable/bitwardenrs/README.md | 4 ++-- charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/bitwardenrs/Chart.yaml b/charts/stable/bitwardenrs/Chart.yaml index 8424afab..face51eb 100644 --- a/charts/stable/bitwardenrs/Chart.yaml +++ b/charts/stable/bitwardenrs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bitwardenrs description: Unofficial Bitwarden compatible server written in Rust type: application -version: 2.1.0 +version: 2.1.1 appVersion: 1.18.0 keywords: - bitwarden diff --git a/charts/stable/bitwardenrs/README.md b/charts/stable/bitwardenrs/README.md index 3619c2ce..4e5ee41f 100644 --- a/charts/stable/bitwardenrs/README.md +++ b/charts/stable/bitwardenrs/README.md @@ -1,6 +1,6 @@ # bitwardenrs -![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square) +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square) Unofficial Bitwarden compatible server written in Rust @@ -185,7 +185,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[2.0.1]: #2.0.1 +[2.1.1]: #2.1.1 ## Support diff --git a/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl b/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl index 3e60b9fe..56d7e2b3 100644 --- a/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl +++ b/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl @@ -25,5 +25,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[2.0.1]: #2.0.1 +[2.1.1]: #2.1.1 {{- end -}}