From 80f65f7292a98672d4462b99a55fb05e29104c1a Mon Sep 17 00:00:00 2001 From: lemonsh Date: Sat, 20 May 2023 11:30:30 +0200 Subject: [PATCH] bump version --- connectbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectbox/Cargo.toml b/connectbox/Cargo.toml index 34367c3..6478c9f 100644 --- a/connectbox/Cargo.toml +++ b/connectbox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connectbox" description = "API client library for the Compal CH7465LG, which is a cable modem provided by various European ISPs under the name Connect Box." -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "EUPL-1.2" repository = "https://git.lemonsh.moe/lemon/connectbox-rs"