Skip to content

Commit

Permalink
Bump version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed May 20, 2022
1 parent 634ca9a commit c9614a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM openjdk:11-jre-slim
RUN mkdir -p /app
WORKDIR /app

ARG JAR_FILE=tg2smtp-0.2.0-SNAPSHOT.jar
ARG JAR_FILE=tg2smtp-0.2.0.jar
COPY --from=maven /usr/src/app/target/$JAR_FILE /app/application.jar

CMD ["/usr/local/openjdk-11/bin/java", "-Djava.security.egd=file:/dev/./urandom", "-jar" ,"/app/application.jar"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Download the `.jar`-file of the latest release. Execute the following command in
forget to replace the sample configuration with your own.

```shell
java -jar tg2smtp-0.1.0.jar \
java -jar tg2smtp-0.2.0.jar \
--tg2smtp.subject="[Telegram] New message" \
[email protected],[email protected] \
--tg2smtp.chat-id=1337420 \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.kammerchor-wernigerode.telegrambot</groupId>
<artifactId>tg2smtp</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<description>Telegram bot that forwards chat message to a SMTP server</description>

Expand Down

0 comments on commit c9614a7

Please sign in to comment.