Skip to content

Commit

Permalink
0.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Apr 15, 2021
1 parent 80df870 commit 4ed3feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.2-SNAPSHOT"
ThisBuild / version := "0.0.3"

0 comments on commit 4ed3feb

Please sign in to comment.