We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a4e7e commit 890a0d2Copy full SHA for 890a0d2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "doc-previewer"
3
-version = "0.3.1"
+version = "0.3.2"
4
edition = "2021"
5
description = "Web service that publishes a preview of a GitHub project documentation."
6
license = "3bsd"
README.md
@@ -61,7 +61,7 @@ Currently only packages for Debian are provided. The package can be installed
61
using the next command:
62
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 \
+curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.3.1/doc-previewer_0.3.1-1_amd64.deb \
65
&& sudo dpkg -i doc-previewer_0.3.1-1_amd64.deb \
66
&& rm doc-previewer_0.3.1-1_amd64.deb
67
0 commit comments