Skip to content

Commit dd9fee0

Browse files
committed
bump to 3.0.5
1 parent 99cdffe commit dd9fee0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ plugins {
1515
id 'application'
1616
}
1717

18+
version = '3.0.5'
19+
1820
repositories {
1921
// Use jcenter for resolving dependencies.
2022
// You can declare any Maven/Ivy/file repository here.
@@ -30,8 +32,6 @@ java {
3032
targetCompatibility = JavaVersion.VERSION_1_9
3133
}
3234

33-
version = '3.0.4'
34-
3535
application {
3636
// Define the main class for the application
3737
mainClassName = 'edu.umich.andykong.ptmshepherd.PTMShepherd'

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.4";
78+
public static final String version = "3.0.5";
7979

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

0 commit comments

Comments
 (0)