Skip to content

Commit a34358f

Browse files
author
neatc0der
committed
Bumps default version for markmap-lib to 0.11.6
1 parent 438082e commit a34358f

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
@@ -73,7 +73,7 @@ plugins:
7373
encoding: utf-8
7474
file_extension: .mm.md
7575
d3_version: 6.7.0
76-
lib_version: 0.11.5
76+
lib_version: 0.11.6
7777
view_version: 0.2.6
7878
```
7979
@@ -82,7 +82,7 @@ In addition, feel free to define your favourite source urls like this:
8282
```yaml
8383
extra_javascript:
8484
- https://unpkg.com/[email protected]/dist/d3.min.js
85-
- https://unpkg.com/[email protected].5/dist/browser/index.min.js
85+
- https://unpkg.com/[email protected].6/dist/browser/index.min.js
8686
- https://unpkg.com/[email protected]/dist/index.min.js
8787
```
8888

mkdocs_markmap/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class JsModuleConfig(object):
1414
)
1515

1616
MARKMAP_LIB: JsModuleConfig = JsModuleConfig(
17-
version='0.11.5',
17+
version='0.11.6',
1818
uri='https://unpkg.com/markmap-lib@{}/dist/browser/index.min.js',
1919
)
2020

0 commit comments

Comments
 (0)