From 7bec1220938a8e362c294e9fa3490c3479e5828f Mon Sep 17 00:00:00 2001 From: grtwje <63551230+grtwje@users.noreply.github.com> Date: Sat, 11 Mar 2023 21:19:26 -0500 Subject: [PATCH] Grtwje alpha 4 prep (#18) * Update Cargo.toml Update version to alpha.4 * Update README.md --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6860a42..6928854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "se_monitoring_server_api" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" edition = "2021" description = "Library for accessing the SolarEdge Monitoring Server API" license = "MIT" diff --git a/README.md b/README.md index ca2cd87..0233338 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,5 @@ To include the latest stable release, add this to your Cargo.toml file. (If ther ```toml [dependencies] -se_monitoring_server_api = {git = "https://github.com/grtwje/se_ms_api", tag = "0.1.0-alpha.3"} +se_monitoring_server_api = {git = "https://github.com/grtwje/se_ms_api", tag = "0.1.0-alpha.4"} ```