Skip to content

Commit

Permalink
v0.2.13
Browse files Browse the repository at this point in the history
fixed version name
  • Loading branch information
danielgeiszler committed Nov 6, 2019
1 parent d1969e3 commit 312f253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
version = '0.2.12'
version = '0.2.13'

application {
// Define the main class for the application
Expand Down
2 changes: 1 addition & 1 deletion src/edu/umich/andykong/ptmshepherd/PTMShepherd.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class PTMShepherd {

public static final String name = "PTM-Shepherd";
public static final String version = "0.2.12";
public static final String version = "0.2.13";

static HashMap<String,String> params;
static TreeMap<String,ArrayList<String []>> datasets;
Expand Down

0 comments on commit 312f253

Please sign in to comment.