Skip to content

Commit

Permalink
release: v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Dec 31, 2023
1 parent 4005c79 commit 13059d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ repos:
hooks:
- id: mdformat
additional_dependencies:
- mdformat-mkdocs>=1.1.1
- mdformat-mkdocs>=1.1.2
# Or
# - "mdformat-mkdocs[recommended]>=1.1.1"
# - "mdformat-mkdocs[recommended]>=1.1.2"
```

### pipx
Expand Down
2 changes: 1 addition & 1 deletion mdformat_mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""An mdformat plugin for mkdocs."""

__version__ = "1.1.1"
__version__ = "1.1.2"

from .plugin import ( # noqa: F401
POSTPROCESSORS,
Expand Down

0 comments on commit 13059d6

Please sign in to comment.