Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 17, 2021
1 parent 5b3c22d commit 31f538d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LATEST_VERSION = 0.15.1
LATEST_VERSION = 0.16.0

SMOKE_TESTS_DIR=tests/smoke
COMPOSE_TIMEOUT=20
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>kroki</artifactId>
<name>kroki</name>
<packaging>pom</packaging>
<version>0.15.1</version>
<version>0.16.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kroki</artifactId>
<groupId>io.kroki</groupId>
<version>0.15.1</version>
<version>0.16.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion umlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kroki</artifactId>
<groupId>io.kroki</groupId>
<version>0.15.1</version>
<version>0.16.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 31f538d

Please sign in to comment.