Skip to content

Commit

Permalink
release: v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Aug 27, 2022
1 parent a2be03e commit 523157d
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 @@ -37,13 +37,13 @@ docker image from dockerhub or github:
```bash
docker pull craftamap/pluploader:latest
# OR
docker pull ghcr.io/craftamap/pluploader/pluploader:v0.8.1
docker pull ghcr.io/craftamap/pluploader/pluploader:v0.8.2
```

pluploader can then be run by executing

```bash
docker run -v "$(pwd)":/workdir -it craftamap/pluploader:v0.8.1
docker run -v "$(pwd)":/workdir -it craftamap/pluploader:v0.8.2
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pluploader"
version = "0.8.1"
version = "0.8.2"
description = "CLI Confluence/Jira Plugin uploader"
authors = ["Fabian Siegel <fabian@livelyapps.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 523157d

Please sign in to comment.