Skip to content

Commit 1305ca1

Browse files
authored
Merge pull request #17 from mozamimy/v0.1.4
Bump v0.1.4
2 parents 39800c6 + 100db85 commit 1305ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telescreen"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["mozamimy (Moza USANE) <alice@mozami.me>"]
55
description = "A slack bot to forward messages by simple routing definition."
66
homepage = "https://github.com/mozamimy/telescreen"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine
22
LABEL maintainer "mozamimy (Moza USANE) <alice@mozami.me>"
33

44
ARG URL=https://github.com/mozamimy/telescreen.git
5-
ARG VERSION=0.1.3
5+
ARG VERSION=0.1.4
66
ARG ENTRYKIT_VERSION=0.4.0
77

88
RUN apk update

0 commit comments

Comments
 (0)