summaryrefslogtreecommitdiff
path: root/whered
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-06-24 10:15:39 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-06-24 10:15:39 +0200
commit82867bce523577b0e9b6fa6bddba36a7773b9bca (patch)
tree119c1a8665e2831d55bc3818e0ab114e494c129a /whered
parent9302dd7d3835ac5d645b6241dc44499249c37cd7 (diff)
downloadwhere-rs-82867bce523577b0e9b6fa6bddba36a7773b9bca.tar.gz
where-rs-82867bce523577b0e9b6fa6bddba36a7773b9bca.tar.bz2
where-rs-82867bce523577b0e9b6fa6bddba36a7773b9bca.zip
Bump version for 1.0.0 stable release
Diffstat (limited to 'whered')
-rwxr-xr-xwhered/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/whered/Cargo.toml b/whered/Cargo.toml
index 8c2a4ac..22a9f62 100755
--- a/whered/Cargo.toml
+++ b/whered/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "whered"
-version = "1.0.0-rc.1"
+version = "1.0.0"
edition = "2021"
description = "A small Rust server for the WHRD/UDP protocol, to access a list of logged in users on multiple systems at once."
-authors = ["Raindrops", "ryze132"]
+authors = ["Starscouts", "ryze132"]
[dependencies]
whrd = { path = "../whrd" }