Skip to content

Commit

Permalink
bumped to release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Aug 7, 2023
1 parent 9cb4388 commit fab2e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=1.1.1
tag=1.1.1
release=1.1.2
tag=1.1.2
pre_tag_command=sed -i '' -e 's/version="[^"]*"/version="@@RELEASE@@"/g' setup.py && sed -i '' -e 's^\(ghcr.io/binxio/wordpress-markdown-blog-loader:\)[^ \t]*^\1@@RELEASE@@^g' README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use the docker image, you have to login using a GitHub container registry acc
To use the docker image as a command line utility, create the following alias:

```bash
alias wp-md='docker run -v $HOME:$HOME -v $HOME/.wordpress.ini:/root/.wordpress.ini -v $PWD:/$PWD -w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.1.1
alias wp-md='docker run -v $HOME:$HOME -v $HOME/.wordpress.ini:/root/.wordpress.ini -v $PWD:/$PWD -w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.1.2
```
## start a new blog
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="wordpress-markdown-blog-loader",
version="1.1.1",
version="1.1.2",
url="https://github.com/binxio/wordpress-markdown-blog-loader",
license="APL2",
author="Mark van Holsteijn",
Expand Down

0 comments on commit fab2e02

Please sign in to comment.