File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ extension Theme {
243
243
244
244
[ Swift Package Index] ( https://swiftpackageindex.com ) kindly hosts the online documentation for all versions, available here:
245
245
246
- - [ 2.0.1 ] ( https://swiftpackageindex.com/gonzalezreal/swift-markdown-ui/2.0.1 /documentation/markdownui )
246
+ - [ 2.0.2 ] ( https://swiftpackageindex.com/gonzalezreal/swift-markdown-ui/2.0.2 /documentation/markdownui )
247
247
248
248
## Demo
249
249
@@ -259,7 +259,7 @@ MarkdownUI comes with a few more tricks on the sleeve. You can explore the
259
259
To use MarkdownUI in a Swift Package Manager project, add the following line to the dependencies in your ` Package.swift ` file:
260
260
261
261
``` swift
262
- .package (url : " https://github.com/gonzalezreal/swift-markdown-ui" , from : " 2.0.0 " )
262
+ .package (url : " https://github.com/gonzalezreal/swift-markdown-ui" , from : " 2.0.2 " )
263
263
```
264
264
265
265
Include ` "MarkdownUI" ` as a dependency for your executable target:
You can’t perform that action at this time.
0 commit comments