Skip to content

Commit 13059d6

Browse files
committed
release: v1.1.2
1 parent 4005c79 commit 13059d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ repos:
3535
hooks:
3636
- id: mdformat
3737
additional_dependencies:
38-
- mdformat-mkdocs>=1.1.1
38+
- mdformat-mkdocs>=1.1.2
3939
# Or
40-
# - "mdformat-mkdocs[recommended]>=1.1.1"
40+
# - "mdformat-mkdocs[recommended]>=1.1.2"
4141
```
4242

4343
### pipx

mdformat_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""An mdformat plugin for mkdocs."""
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.1.2"
44

55
from .plugin import ( # noqa: F401
66
POSTPROCESSORS,

0 commit comments

Comments
 (0)