Skip to content

Commit

Permalink
Prepeare release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 23, 2024
1 parent b603ff8 commit 4e40a90
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>genepi</groupId>
<artifactId>mutserve</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/genepi/mut/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public class App implements Runnable {

public static final String URL = "https://github.com/seppinho/mutserve";

public static final String APP = "mtDNA Variant Detection";
public static final String APP = "mtDNA Variant Detection Tools";

public static final String VERSION = "v2.0.2";
public static final String VERSION = "v2.0.3";

public static final String COPYRIGHT = "(c) Sebastian Schoenherr, Hansi Weissensteiner, Lukas Forer";

Expand Down

0 comments on commit 4e40a90

Please sign in to comment.