Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jul 19, 2021
1 parent b6215dc commit 6095422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 6095422

Please sign in to comment.