Skip to content

Commit

Permalink
set version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Fischer committed May 18, 2015
1 parent c567d5f commit 9807be3
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rappsilber</groupId>
<artifactId>xiFDR</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/rappsilber/fdr/OfflineFDR.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public abstract class OfflineFDR {
* is a higher score better than a lower score?
*/
protected boolean PSMScoreHighBetter = true;
public static Version xiFDRVersion = new Version(1, 0, 3 );
public static Version xiFDRVersion = new Version(1, 0, 4 );
private int minPepPerProteinGroup = 1;
private int minPepPerProteinGroupLink = 1;
private int minPepPerProteinGroupPair = 1;
Expand Down

0 comments on commit 9807be3

Please sign in to comment.