diff --git a/README.md b/README.md index bdb3b734..d9f2e88a 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,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.0.2 -docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.0.2 +docker pull ghcr.io/etspaceman/kinesis-mock:0.0.3 +docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.0.3 ``` You can also leverage the `kinesis-mock.jar` executable in the release assets: diff --git a/version.sbt b/version.sbt index ee4d2e5f..a465269d 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.0.2-SNAPSHOT" +ThisBuild / version := "0.0.3"