Skip to content

Commit

Permalink
Merge pull request #10 from mozamimy/bump-v0.1.2
Browse files Browse the repository at this point in the history
Bump v0.1.2
  • Loading branch information
mozamimy authored May 15, 2017
2 parents e2c57fa + b8fac4d commit 75cab77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescreen"
version = "0.1.1"
version = "0.1.2"
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
Original file line number Diff line number Diff line change
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.1
ARG VERSION=0.1.2
ARG ENTRYKIT_VERSION=0.4.0

RUN apk update
Expand Down

0 comments on commit 75cab77

Please sign in to comment.