From 6685072ea437ac1a8c505db293f8af9454d491c4 Mon Sep 17 00:00:00 2001 From: gak Date: Wed, 30 Aug 2023 20:15:31 +1000 Subject: [PATCH] chore: v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d12d6e4..ecd9092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teslatte" -version = "0.1.2" +version = "0.1.3" description = "A Rust crate and CLI for querying the Tesla API." edition = "2021" license = "MIT OR Apache-2.0"