Skip to content

Commit

Permalink
release-1.5.5: pinned to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmackenzie committed Jul 12, 2020
1 parent 4d2ae78 commit 9fedc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to get started quickly head over to the [quick start](/examples/quic
example application. Only 5 files to get started.

## Dependency coordinates
Latest pinned version is `1.5.4`
Latest pinned version is `1.5.5`

Current development version is `1.5.5-SNAPHOT`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ allprojects {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
version = "1.5.5-SNAPSHOT"
version = "1.5.5"
}

0 comments on commit 9fedc52

Please sign in to comment.