diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 483ff6d..ac1123e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--autofix, --no-sort-keys] - repo: https://github.com/FalcoSuessgott/mdtmpl - rev: v0.0.3 + rev: v0.0.4 hooks: # example - id: mdtmpl diff --git a/README.md b/README.md index f20f386..6f726aa 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Add the following config to your `.pre-commit-config.yaml` file and adjust the ` ```yaml repos: - repo: https://github.com/FalcoSuessgott/mdtmpl - rev: v0.0.3 + rev: v0.0.4 hooks: - id: mdtmpl args: [-t=README.md.tmpl, -f, -o=README.md] diff --git a/examples/README.md b/examples/README.md index ce28dde..9af58dd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -31,7 +31,7 @@ HELLO!HELLO!HELLO!HELLO!HELLO! repos: - repo: https://github.com/FalcoSuessgott/mdtmpl - rev: v0.0.3 + rev: v0.0.4 hooks: - id: mdtmpl args: [-t=README.md.tmpl, -f, -o=README.md] @@ -41,4 +41,3 @@ repos: > You can include other templates `{{ tmplWithVars "examples/templateWithVars.tmpl" "version=v1.0.0" "name=kuberbernetes" }}`: This is another template kuberbernetes-v1.0.0 -