Skip to content

Commit 62737f8

Browse files
committedMar 10, 2017
Release BAR 1.1.13
1 parent ffe17be commit 62737f8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎BAR/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>BAR_</artifactId>
13-
<version>1.1.13-SNAPSHOT</version>
13+
<version>1.1.13</version>
1414

1515
<name>BAR</name>
1616
<description>BAR: A curated collection of Broadly Applicable Routines for ImageJ.</description>

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

-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ else if (IJ.isWindows())
745745
}
746746
}
747747

748-
/**
749748
/**
750749
* Returns the path to {@code BAR/lib/}.
751750
*

‎BAR/src/main/resources/scripts/BAR/Annotation/ROI_Color_Coder.ijm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* complementary to the ParticleAnalyzer (Analyze>Analyze Particles...), generating
77
* particle-size heat maps. Requires IJ 1.47r.
88
*
9-
* Tiago Ferreira, v.5.3 2016.05.10
9+
* Tiago Ferreira, v.5.4 2017.03.10
1010
*/
1111

1212

0 commit comments

Comments
 (0)
Please sign in to comment.