Skip to content

Commit

Permalink
Update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Dec 27, 2021
1 parent 4f717e3 commit 501ab32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.eiriksgata</groupId>
<artifactId>mirai-rulateday-dice</artifactId>
<packaging>pom</packaging>
<version>0.3.11-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<modules>
<module>rulateday-dao</module>
Expand Down
2 changes: 1 addition & 1 deletion rulateday-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mirai-rulateday-dice</artifactId>
<groupId>io.github.eiriksgata</groupId>
<version>0.3.11-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions rulateday-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mirai-rulateday-dice</artifactId>
<groupId>io.github.eiriksgata</groupId>
<version>0.3.11-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.github.eiriksgata</groupId>
<artifactId>rulateday-dao</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 501ab32

Please sign in to comment.