Skip to content

Commit

Permalink
forgot to bump release number (#15)
Browse files Browse the repository at this point in the history
* forgot to bump release number

* new ver num

* Update README.md
  • Loading branch information
grtwje authored Oct 17, 2022
1 parent bd7ea87 commit beba77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "se_monitoring_server_api"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.3"
edition = "2021"
description = "Library for accessing the SolarEdge Monitoring Server API"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"}
se_monitoring_server_api = {git = "https://github.com/grtwje/se_ms_api", tag = "0.1.0-alpha.3"}
```

0 comments on commit beba77a

Please sign in to comment.