Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Sep 12, 2022
1 parent 1c27c8d commit b39797c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Github Telegram Notify

Actions that sends commit updates of a repository to any chat in Telegram
<h1 align="center">Github Telegram Notify</h1>
<h4 align="center">Actions that sends commit updates of a repository to any chat in Telegram</h4>
<p align="center"><a href="https://github.com/marketplace/actions/github-telegram-notifier">🏪 View on Github Marketplace</a>&emsp;🏷️ <a href="https://github.com/EverythingSuckz/github-telegram-notify/releases/tag/v1.1.1">v1.1.1</a></p>

## Prerequisites

Expand Down Expand Up @@ -71,4 +71,4 @@ Also, feel free to open a PR in case of any minor fix and please open an issue f
## License

<a href="https://opensource.org/licenses/MIT"><img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" alt="mit" width="150"/></a>
[Licensed under MIT License](https://opensource.org/licenses/MIT)
[Licensed under MIT License](https://opensource.org/licenses/MIT)

0 comments on commit b39797c

Please sign in to comment.