Skip to content

Commit

Permalink
bump to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YairLevi committed Jan 24, 2024
1 parent e9b50a6 commit 504161a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/coffee/templates/backend/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.github.YairLevi</groupId>
<artifactId>Coffee</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion cli/coffee/templates/backend/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.github.YairLevi</groupId>
<artifactId>Coffee</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.levi</groupId>
<artifactId>coffee</artifactId>
<version>1.0.0</version>
<version>0.1.9</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 504161a

Please sign in to comment.