Skip to content

Commit

Permalink
Merge pull request #211 from tokensmith/release-1.5.5
Browse files Browse the repository at this point in the history
release-1.5.5: pinned to 1.5.5
  • Loading branch information
tmackenzie authored Jul 12, 2020
2 parents 4d2ae78 + 9fedc52 commit 8c38738
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 8c38738

Please sign in to comment.