Skip to content

Commit

Permalink
releasing new version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 31, 2024
1 parent fc0f7ac commit 675d3eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: hibp
Version: 0.6.0
Version: 0.6.1
Architecture: amd64
Maintainer: Oliver Schönrock <[email protected]>
Description: High performance downloader, query tool, server and utilities for the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ distrubutions on amd64 platforms. They are explicitly tested on:
Debian 11 & 12, Ubuntu 20.04LTS, 22.04LTS & 24.04LTS.

```bash
wget -q https://github.com/oschonrock/hibp/releases/download/v0.6.0/hibp_0.6.0-1_amd64.deb
sudo apt install ./hibp_0.6.0-1_amd64.deb # will install minimal dependencies (eg `libevent`)
wget -q https://github.com/oschonrock/hibp/releases/download/v0.6.1/hibp_0.6.1-1_amd64.deb
sudo apt install ./hibp_0.6.1-1_amd64.deb # will install minimal dependencies (eg `libevent`)
```

#### Usage
Expand Down

0 comments on commit 675d3eb

Please sign in to comment.