diff --git a/docs/github-actions.md b/docs/github-actions.md index 256e82e..f013a43 100644 --- a/docs/github-actions.md +++ b/docs/github-actions.md @@ -16,7 +16,7 @@ authors = ["Luke Carrier "] [tool.poetry.dependencies] python = "^3.10" mkdocs = "^1.3.0" -mkdocs-drawio-exporter = "^0.8.0" +mkdocs-drawio-exporter = "^0.9.0" [tool.poetry.dev-dependencies] diff --git a/pyproject.toml b/pyproject.toml index b8e26d8..8485414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mkdocs-drawio-exporter" -version = "0.8.0" +version = "0.9.0" description = "Exports your Draw.io diagrams at build time for easier embedding into your documentation" readme = "README.md" license = "MIT"