Skip to content

Commit

Permalink
Merge pull request #17 from mozamimy/v0.1.4
Browse files Browse the repository at this point in the history
Bump v0.1.4
  • Loading branch information
mozamimy committed May 22, 2017
2 parents 39800c6 + 100db85 commit 1305ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "telescreen"
version = "0.1.3"
version = "0.1.4"
authors = ["mozamimy (Moza USANE) <alice@mozami.me>"]
description = "A slack bot to forward messages by simple routing definition."
homepage = "https://github.com/mozamimy/telescreen"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM alpine
LABEL maintainer "mozamimy (Moza USANE) <alice@mozami.me>"

ARG URL=https://github.com/mozamimy/telescreen.git
ARG VERSION=0.1.3
ARG VERSION=0.1.4
ARG ENTRYKIT_VERSION=0.4.0

RUN apk update
Expand Down

0 comments on commit 1305ca1

Please sign in to comment.