Skip to content

Commit

Permalink
Bump omero-matlab version to 5.5.1
Browse files Browse the repository at this point in the history
- bump omero-gateway to 5.5.3
- add changelog
  • Loading branch information
sbesson committed Jul 10, 2019
1 parent 463d8ca commit 41f3b2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.5.1 (July 2019)
----------------

- Bump omero-gateway version to 5.5.3

5.5.0 (May 2019)
----------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/ome/omero-matlab.png)](https://travis-ci.org/ome/omero-matlab)
# OMERO.matlab

[![Build Status](https://travis-ci.org/ome/omero-matlab.png)](https://travis-ci.org/ome/omero-matlab)

# omero-matlab

OMERO Matlab client library

Expand Down
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.1-SNAPSHOT"
version = "5.5.1"

repositories {
mavenLocal()
jcenter()
}

dependencies {
implementation("org.openmicroscopy:omero-gateway:5.5.2")
implementation("org.openmicroscopy:omero-gateway:5.5.3")
}


Expand Down

0 comments on commit 41f3b2c

Please sign in to comment.