Skip to content

Commit

Permalink
bump version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed May 29, 2019
1 parent b054acb commit 6650826
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 @@ -4,15 +4,15 @@ plugins {
}

group = "org.openmicroscopy"
version = "5.5.0-SNAPSHOT"
version = "5.5.0"

repositories {
mavenLocal()
jcenter()
}

dependencies {
implementation("org.openmicroscopy:omero-gateway:5.5.0")
implementation("org.openmicroscopy:omero-gateway:5.5.1")
}


Expand Down

0 comments on commit 6650826

Please sign in to comment.