File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " doc-previewer"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
description = " Web service that publishes a preview of a GitHub project documentation."
6
6
license = " 3bsd"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Currently only packages for Debian are provided. The package can be installed
61
61
using the next command:
62
62
63
63
` ` `
64
- curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.3.0 /doc-previewer_0.3.1-1_amd64.deb \
64
+ curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.3.1 /doc-previewer_0.3.1-1_amd64.deb \
65
65
&& sudo dpkg -i doc-previewer_0.3.1-1_amd64.deb \
66
66
&& rm doc-previewer_0.3.1-1_amd64.deb
67
67
```
You can’t perform that action at this time.
0 commit comments