Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
franksn90 committed Aug 24, 2024
1 parent 14e9334 commit 81c4e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cambio.simulator</groupId>
<artifactId>misim</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
<packaging>jar</packaging>

<name>MiSim Simulator</name>
Expand Down
4 changes: 2 additions & 2 deletions restAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>restAPI</groupId>
<artifactId>restAPI</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.4-SNAPSHOT</version>
<name>restAPI</name>
<properties>
<java.version>17</java.version>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>cambio.simulator</groupId>
<artifactId>misim</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 81c4e27

Please sign in to comment.