From ddba5cb011d549eef1b02509b7c0a3fbda1a936b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 9 Jun 2022 10:16:44 +0100 Subject: [PATCH] Version 0.0.3 --- charts/smsbot/Chart.yaml | 4 ++-- charts/smsbot/values.yaml | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/smsbot/Chart.yaml b/charts/smsbot/Chart.yaml index 9943d22..8ba259c 100644 --- a/charts/smsbot/Chart.yaml +++ b/charts/smsbot/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.0.2 +appVersion: 0.0.3 description: A simple Telegram bot to receive SMS messages. name: smsbot -version: 0.0.2 +version: 0.0.3 kubeVersion: ">=1.19.0-0" keywords: - smsbot diff --git a/charts/smsbot/values.yaml b/charts/smsbot/values.yaml index 7601c53..0ea428a 100644 --- a/charts/smsbot/values.yaml +++ b/charts/smsbot/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.0.2 + tag: 0.0.3 # -- environment variables. # @default -- See below diff --git a/setup.cfg b/setup.cfg index 5476cab..06c8808 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = smsbot -version = 0.0.2 +version = 0.0.3 description = A simple Telegram bot to receive SMS messages. long_description = file: README.md, LICENSE license = MIT