Skip to content

Commit 3304a6f

Browse files
committed
bump to 3.0.10
1 parent 2fa1060 commit 3304a6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'application'
1616
}
1717

18-
version = '3.0.9'
18+
version = '3.0.10'
1919

2020
repositories {
2121
// Use jcenter for resolving dependencies.

src/edu/umich/andykong/ptmshepherd/PTMShepherd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
public class PTMShepherd {
7676

7777
public static final String name = "PTM-Shepherd";
78-
public static final String version = "3.0.9";
78+
public static final String version = "3.0.10";
7979

8080
public static HashMap<String,String> params;
8181
public static TreeMap<String,ArrayList<String []>> datasets;

0 commit comments

Comments
 (0)