Version 0.0.3

This commit is contained in:
2022-06-09 10:16:44 +01:00
parent c70b2485f5
commit ddba5cb011
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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