Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
somehowchris committed Aug 3, 2022
1 parent ab21209 commit acdc098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "planetb-syntax-highligher"
version = "0.1.6"
version = "0.1.8"
authors = ["Christof Weickhardt <[email protected]"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This app is also built as a `nginx-alpine` container image for `arm64` and `amd6

To use it:
```
docker run -p 8000:80 ghcr.io/somehowchris/planetb-syntax-highlighter:0.1.6
docker run -p 8000:80 ghcr.io/somehowchris/planetb-syntax-highlighter:0.1.8
```
> This will start the container and open it to your network on port `8000`
Expand Down

0 comments on commit acdc098

Please sign in to comment.