From 78ed2d19a1682bc821b16ee9f88e207b42722b97 Mon Sep 17 00:00:00 2001 From: Eric Meisel Date: Tue, 6 Jul 2021 15:49:54 -0500 Subject: [PATCH] Release 0.1.3 --- README.md | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23670f98..3556a755 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.2 -docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.1.2 +docker pull ghcr.io/etspaceman/kinesis-mock:0.1.3 +docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.1.3 ``` You can also leverage the following executable options in the release assets: diff --git a/version.sbt b/version.sbt index 0953e3cc..0aea67a3 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.1.3-SNAPSHOT" +ThisBuild / version := "0.1.3"