From 2bd842547aad988856bb59f17742810b122d8759 Mon Sep 17 00:00:00 2001 From: Tiago Date: Tue, 19 Apr 2016 11:51:12 -0400 Subject: [PATCH] Release BAR 1.1.8 --- BAR/pom.xml | 2 +- BAR/src/main/java/bar/Utils.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BAR/pom.xml b/BAR/pom.xml index 707c9b8f..669dee9a 100755 --- a/BAR/pom.xml +++ b/BAR/pom.xml @@ -14,7 +14,7 @@ com.github.tferr BAR_ -1.1.8-SNAPSHOT +1.1.8 BAR_.jar BAR: A curated collection of Broadly Applicable Routines for ImageJ. diff --git a/BAR/src/main/java/bar/Utils.java b/BAR/src/main/java/bar/Utils.java index a0c19de4..d8bd33e3 100755 --- a/BAR/src/main/java/bar/Utils.java +++ b/BAR/src/main/java/bar/Utils.java @@ -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.8dev"; + static final String VERSION = "1.1.8"; /** A reference to the build date */ public static final String BUILD_DATE = "2016";