diff --git a/README.md b/README.md index 3bc1a8e9..f8bb531b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ A mock for the [Kinesis](https://docs.aws.amazon.com/kinesis/latest/APIReference It is available as a docker image in the GitHub Container Registry: ```shell -docker pull ghcr.io/etspaceman/kinesis-mock:0.1.4 -docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.1.4 +docker pull ghcr.io/etspaceman/kinesis-mock:0.1.5 +docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.1.5 ``` You can also leverage the following executable options in the release assets: diff --git a/version.sbt b/version.sbt index ad7ee7be..be6ae828 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.1.5-SNAPSHOT" +ThisBuild / version := "0.1.5"