Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Release version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Jun 16, 2015
1 parent 2dedc47 commit 3be180a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>ca.mcgill</groupId>
<artifactId>Sholl_Analysis</artifactId>
<version>3.4.5-SNAPSHOT</version>
<version>3.4.5</version>

<name>Sholl Analysis</name>
<description>An ImageJ 1.x plugin that uses automated Sholl to perform neuronal morphometry directly from bitmap images</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Sholl_Analysis.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class Sholl_Analysis implements PlugIn, DialogListener {

/* Plugin Information */
/** The Plugin's version */
public static final String VERSION = "3.4.5-Dev";
public static final String VERSION = "3.4.5";
private static final String URL = "http://fiji.sc/Sholl";

/* Sholl Type Definitions */
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Sholl_Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*/
public class Sholl_Utils implements PlugIn {

private static final String BUILD = "2015.03";
private static final String BUILD = "2015.06";
private static final String SRC_URL = "https://github.com/tferr/ASA";
private static final String DOC_URL = "http://fiji.sc/Sholl";

Expand Down

0 comments on commit 3be180a

Please sign in to comment.