Skip to content

Commit

Permalink
Prepare release v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Sep 17, 2024
1 parent f58672a commit 673971b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<groupId>genepi</groupId>
<artifactId>imputationserver-utils</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<packaging>jar</packaging>

<name>University of Michigan Imputation Server</name>
<url>http://maven.apache.org</url>
<name>Imputationserver Utils</name>
<url>https://github.com/genepi/imputationserver-utils/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/genepi/imputationserver/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class App {

public static final String APP = "imputationserver-utils";

public static final String VERSION = "1.4.3";
public static final String VERSION = "1.4.4";

public static final String URL = "https://github.com/genepi/imputationserver-utils";

Expand Down

0 comments on commit 673971b

Please sign in to comment.