Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 20, 2020
1 parent f4be3e1 commit 9a610ba
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.8.0
LATEST_VERSION = 0.9.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 @@ -4,7 +4,7 @@
<groupId>io.kroki</groupId>
<artifactId>kroki</artifactId>
<packaging>pom</packaging>
<version>0.8.0</version>
<version>0.9.0</version>
<modules>
<module>server</module>
<module>umlet</module>
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.8.0</version>
<version>0.9.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.8.0</version>
<version>0.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 9a610ba

Please sign in to comment.