From bb1c1514b5c4e94fd823517d9b94b1b264c99b4c Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Tue, 6 Jun 2023 14:51:34 +0200 Subject: Update Dokka's references to 1.8.20 (#3028) --- plugins/mathjax/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mathjax') diff --git a/plugins/mathjax/README.md b/plugins/mathjax/README.md index d02ab0d4..985b975d 100644 --- a/plugins/mathjax/README.md +++ b/plugins/mathjax/README.md @@ -23,5 +23,5 @@ The MathJax plugin is published to Maven Central as a [separate artifact](https://mvnrepository.com/artifact/org.jetbrains.dokka/mathjax-plugin): ```text -org.jetbrains.dokka:mathjax-plugin:1.8.10 +org.jetbrains.dokka:mathjax-plugin:1.8.20 ``` -- cgit