Skip to content

Commit

Permalink
chore: bumping version from 2.2.1 to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toolen committed Dec 25, 2022
1 parent ec8693e commit 246939d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Docker

Use docker container::

docker run -d -p 8080:8080 --restart=always --cap-drop=ALL ghcr.io/toolen/passgen:2.2.1
docker run -d -p 8080:8080 --restart=always --cap-drop=ALL ghcr.io/toolen/passgen:2.2.2
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 = "passgen"
version = "2.2.1"
version = "2.2.2"
description = "A simple service for generating passwords with guaranteed presence of uppercase and lowercase letters, numbers and special characters."
authors = ["Dmitrii Zakharov <dmitrii@zakharov.cc>"]
license = "MIT"
Expand Down

0 comments on commit 246939d

Please sign in to comment.