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"} ```