Skip to content

Commit

Permalink
Release version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Apr 17, 2016
1 parent 8d4c3f1 commit 709839f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.github.tferr</groupId>
<artifactId>BAR_</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>

<name>BAR_.jar</name>
<description>BAR: A curated collection of Broadly Applicable Routines for ImageJ.</description>
Expand Down
2 changes: 1 addition & 1 deletion BAR/src/main/java/bar/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public class Utils implements PlugIn {

/** The BAR version (as displayed in the BAR>About... dialog */
static final String VERSION = "1.1.6";
static final String VERSION = "1.1.7";

/** A reference to the build date */
public static final String BUILD_DATE = "2016";
Expand Down

0 comments on commit 709839f

Please sign in to comment.