Skip to content

Commit

Permalink
release: v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Oct 27, 2023
1 parent 7a55a01 commit 0a61159
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 @@ -43,13 +43,13 @@ docker image from dockerhub or github:
```bash
docker pull craftamap/pluploader:latest
# OR
docker pull ghcr.io/craftamap/pluploader/pluploader:v0.8.2
docker pull ghcr.io/craftamap/pluploader/pluploader:v0.8.3
```

pluploader can then be run by executing

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

## 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.2"
version = "0.8.3"
description = "CLI Confluence/Jira Plugin uploader"
authors = ["Fabian Siegel <fabian@livelyapps.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 0a61159

Please sign in to comment.