Skip to content

Commit

Permalink
Post release
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista committed Jan 26, 2024
1 parent b194120 commit 3ed5f85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "doc-previewer"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Web service that publishes a preview of a GitHub project documentation."
license = "3bsd"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ A package is provided for Debian based systems. It can be installed with
the next command:

```
curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.1.0/doc-previewer_0.1.0-1_amd64.deb \
&& sudo dpkg -i doc-previewer_0.1.0-1_amd64.deb \
&& rm doc-previewer_0.1.0-1_amd64.deb
curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v0.1.1/doc-previewer_0.1.1-1_amd64.deb \
&& sudo dpkg -i doc-previewer_0.1.1-1_amd64.deb \
&& rm doc-previewer_0.1.1-1_amd64.deb
```

To start the server:
Expand Down

0 comments on commit 3ed5f85

Please sign in to comment.