Skip to content

Commit 2bd8425

Browse files
committed
Release BAR 1.1.8
1 parent 03fe706 commit 2bd8425

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.8-SNAPSHOT</version>
17+
<version>1.1.8</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.8dev";
54+
static final String VERSION = "1.1.8";
5555

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

0 commit comments

Comments
 (0)