From 288faf6212b207e85180b03f976d70369bbefa4c Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Wed, 10 Jan 2024 16:27:25 +1100 Subject: [PATCH] pre --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a1fef9..0e57abb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2262,7 +2262,7 @@ dependencies = [ [[package]] name = "tesla-charge-controller" -version = "0.1.11" +version = "0.1.12-prerelease" dependencies = [ "anyhow", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 2afb13d..3a49823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla-charge-controller" -version = "0.1.11" +version = "0.1.12-prerelease" edition = "2021" license = "MITNFA" description = "Controls Tesla charge rate based on solar charge data"