Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dozius committed Apr 14, 2023
1 parent 6503418 commit 2543604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>twister-sister</artifactId>
<packaging>jar</packaging>
<name>Twister Sister</name>
<version>2.0.0</version>
<version>2.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getAuthor()
@Override
public String getVersion()
{
return "2.0.0";
return "2.0.1";
}

@Override
Expand Down

0 comments on commit 2543604

Please sign in to comment.