Skip to content

Commit

Permalink
releasing new version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 19, 2024
1 parent 2e26f0c commit fceb347
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.5.0
Version: 0.6.0
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 @@ -36,8 +36,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.5.0/hibp_0.5.0-1_amd64.deb
sudo apt install ./hibp_0.5.0-1_amd64.deb # will install minimal dependencies (eg `libevent`)
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`)
```

#### Usage
Expand Down

0 comments on commit fceb347

Please sign in to comment.