diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73190f4..d71c0ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,4 +24,4 @@ jobs: body: | Release ${{ github.ref }} draft: false - prerelease: false \ No newline at end of file + prerelease: true \ No newline at end of file diff --git a/custom_components/gardena_smart_system/manifest.json b/custom_components/gardena_smart_system/manifest.json index 0a9ada2..e2db923 100644 --- a/custom_components/gardena_smart_system/manifest.json +++ b/custom_components/gardena_smart_system/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://github.com/py-smart-gardena/hass-gardena-smart-system", "dependencies": [], "codeowners": ["@grm", "@osks"], - "requirements": ["py-smart-gardena==0.7.3"] + "requirements": ["py-smart-gardena==0.7.4"] }