Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ensonic committed Nov 12, 2023
1 parent d086d35 commit 7820b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>TimeCalc</artifactId>
<packaging>jar</packaging>
<name>TimeCalc</name>
<version>0.2</version>
<version>0.3</version>

<repositories>
<repository>
Expand Down Expand Up @@ -62,4 +62,3 @@
</build>

</project>

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public String getAuthor() {

@Override
public String getVersion() {
return "0.2";
return "0.3";
}

@Override
Expand Down

0 comments on commit 7820b60

Please sign in to comment.