Skip to content

Commit

Permalink
feat: ship as v.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Aug 17, 2023
1 parent 0cde896 commit 278fbcc
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,7 +1,7 @@
[package]
name = "govee-api"
authors = ["Maciej Gierada"]
version = "0.3.2"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["govee", "api", "wrapper", "client", "sdk"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All REST methods of the official public Govee API are supported. See the table b

To use the library you need to obtain Govee Developer API key and set it to `GOVEE_API_KEY` env variable. It is highly suggested to use .env file.

See below a short manual copied directly from the (Govee API documentation)[https://app-h5.govee.com/share/community?client=0&postId=124855]. Please refer to that documentation in case the info below is not sufficient or it changed over time.
See below a short manual copied directly from the [Govee API documentation](https://app-h5.govee.com/share/community?client=0&postId=124855). Please refer to that documentation in case the info below is not sufficient or it changed over time.

📋 Steps to obtain a Govee Developer API Key

Expand Down

0 comments on commit 278fbcc

Please sign in to comment.