Skip to content

Commit 709839f

Browse files
committed
Release version 1.1.7
1 parent 8d4c3f1 commit 709839f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BAR/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.github.tferr</groupId>
1616
<artifactId>BAR_</artifactId>
17-
<version>1.1.6</version>
17+
<version>1.1.7</version>
1818

1919
<name>BAR_.jar</name>
2020
<description>BAR: A curated collection of Broadly Applicable Routines for ImageJ.</description>

BAR/src/main/java/bar/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
public class Utils implements PlugIn {
5252

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

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

0 commit comments

Comments
 (0)