From 6095422a063636f4a8d45d7eeda395a371ab1f2c Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Mon, 19 Jul 2021 12:06:23 +0100 Subject: [PATCH] Release 0.3.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b79c2b5..ca4124b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.glencoesoftware' -version = '0.3.0-SNAPSHOT' +version = '0.3.0' mainClassName = 'com.glencoesoftware.pyramid.PyramidFromDirectoryWriter' sourceCompatibility = 1.8 @@ -40,7 +40,7 @@ dependencies { implementation 'org.json:json:20190722' testImplementation 'junit:junit:4.12' testImplementation 'org.apache.commons:commons-lang3:3.12.0' - testImplementation 'com.glencoesoftware:bioformats2raw:0.3.0-SNAPSHOT' + testImplementation 'com.glencoesoftware:bioformats2raw:0.3.0' } test {