We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34097e commit 29b2848Copy full SHA for 29b2848
documentation/docs/installation.md
@@ -13,7 +13,7 @@ Install the package from source with pip:
13
```bash
14
cd mkdocs-encryptcontent-plugin/
15
python setup.py sdist bdist_wheel
16
-pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.3-py3-none-any.whl
+pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.4-py3-none-any.whl
17
```
18
19
Enable the plugin in your `mkdocs.yml`:
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
name='mkdocs-encryptcontent-plugin',
- version='3.0.3',
+ version='3.0.4',
author='unverbuggt',
author_email='unverbuggt@xn--rthlein-n2a.de',
description='A MkDocs plugin that encrypt/decrypt markdown content with AES',
0 commit comments