From b39797ced212803cc0b7440fb84add45de3e4061 Mon Sep 17 00:00:00 2001 From: wrench Date: Mon, 12 Sep 2022 22:14:23 +0530 Subject: [PATCH] Bump version to `1.1.1` --- Dockerfile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c08414..0d2270a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN go build -o /src/app -ldflags="-w -s" . FROM gcr.io/distroless/base -LABEL version="1.1.0" +LABEL version="1.1.1" LABEL maintainer="wrench" LABEL repository="https://github.com/EverythingSuckz/github-telegram-notify" LABEL homepage="https://github.com/EverythingSuckz/github-telegram-notify" diff --git a/README.md b/README.md index 9aaf602..c532953 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Github Telegram Notify - -Actions that sends commit updates of a repository to any chat in Telegram +

Github Telegram Notify

+

Actions that sends commit updates of a repository to any chat in Telegram

+

🏪 View on Github Marketplace 🏷️ v1.1.1

## Prerequisites @@ -71,4 +71,4 @@ Also, feel free to open a PR in case of any minor fix and please open an issue f ## License mit -[Licensed under MIT License](https://opensource.org/licenses/MIT) +[Licensed under MIT License](https://opensource.org/licenses/MIT) \ No newline at end of file