Skip to content

Commit

Permalink
Prepare release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Feb 6, 2021
1 parent 6aedafd commit 6c971ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The main features of haplocheck are:
## Quick Start (VCF input)

mkdir haplocheck
wget https://github.com/genepi/haplocheck/releases/download/v1.3.2/haplocheck.zip
wget https://github.com/genepi/haplocheck/releases/download/v1.3.3/haplocheck.zip
unzip haplocheck.zip
./haplocheck --out <out-file> <input-vcf>
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 @@

<groupId>genepi</groupId>
<artifactId>haplocheck</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
<packaging>jar</packaging>

<name>haplocheck</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/genepi/haplocheck/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class App {

public static final String APP = "haplocheck";

public static final String VERSION = "1.3.2";
public static final String VERSION = "1.3.3";

public static final String URL = "https://github.com/genepi/haplocheck";

Expand Down

0 comments on commit 6c971ba

Please sign in to comment.