Skip to content

Commit

Permalink
Increase version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush committed Jun 20, 2024
1 parent a1ff52d commit 9b5e7e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.fourteendoggo</groupId>
<artifactId>MathExpressionParser</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<artifactId>benchmarks</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.fourteendoggo</groupId>
<artifactId>MathExpressionParser</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<artifactId>core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.fourteendoggo</groupId>
<artifactId>MathExpressionParser</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<artifactId>distribution</artifactId>
<dependencies>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.fourteendoggo</groupId>
<artifactId>MathExpressionParser</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.fourteendoggo</groupId>
<artifactId>MathExpressionParser</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<artifactId>repl</artifactId>
<dependencies>
Expand Down

0 comments on commit 9b5e7e0

Please sign in to comment.