Skip to content

Commit 890a0d2

Browse files
Fix typo in installation url, and update version for next release
1 parent 17a4e7e commit 890a0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "doc-previewer"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
description = "Web service that publishes a preview of a GitHub project documentation."
66
license = "3bsd"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Currently only packages for Debian are provided. The package can be installed
6161
using the next command:
6262
6363
```
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 \
6565
&& sudo dpkg -i doc-previewer_0.3.1-1_amd64.deb \
6666
&& rm doc-previewer_0.3.1-1_amd64.deb
6767
```

0 commit comments

Comments
 (0)