From b91b8793938e5d317fcd8f70704b145a23b50c54 Mon Sep 17 00:00:00 2001 From: gak Date: Tue, 29 Aug 2023 16:17:36 +1000 Subject: [PATCH] release: 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99b6659..20ed414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teslatte" -version = "0.1.0" +version = "0.1.1" description = "A Rust crate and CLI for querying the Tesla API." edition = "2021" license = "MIT OR Apache-2.0"