diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 069111c..604bd46 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/owlet", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ryanbdclark/owlet/issues", - "requirements": ["pyowletapi==2023.07.01"], - "version":"2023.07.01" + "requirements": ["pyowletapi==2023.7.1"], + "version":"2023.7.1" }