bump ver to 0.1.1

This commit is contained in:
Soph :3 2025-08-22 19:10:11 +03:00
parent 88a6e93d25
commit 959788bbd0
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/target
detectors.json
release.json
copyparty-releaser

2
Cargo.lock generated
View file

@ -155,7 +155,7 @@ checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29"
[[package]]
name = "blitzortung"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"clap",
"futures-util",

View file

@ -1,6 +1,6 @@
[package]
name = "blitzortung"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
[dependencies]

View file

@ -21,7 +21,8 @@ This project connects to the Blitzortung lightning detection network and sends n
This file can be downloaded from my copyparty server, [here.](https://files.sad.ovh/public/detectors.json)
### Use
If you do not wish to compile `blitzortung`, feel free to download it from [here.](https://files.sad.ovh/public/releases/blitzortung/0.1.0/release/blitzortung).
If you do not wish to compile `blitzortung`, feel free to download it from:
- [Linux x64](https://files.sad.ovh/public/releases/blitzortung/0.1.1/release/blitzortung)
### Compile
```sh