Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s12v committed Dec 6, 2017
1 parent cc16974 commit faa173b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk -Uuv add python py-pip && \
apk --purge -v del py-pip && \
rm /var/cache/apk/*

ARG VERSION=0.2.1
ARG VERSION=0.3.0

ADD https://github.com/s12v/sns/releases/download/$VERSION/sns-$VERSION.jar /sns.jar

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "sns"

version := "0.2.1"
version := "0.3.0"

scalaVersion := "2.12.4"

Expand Down

0 comments on commit faa173b

Please sign in to comment.