diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dc68af..59d52ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: uses: ncipollo/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - tag: 1.3.11.10 + tag: 1.3.11.11 name: "AutoBrightnessControl v1.3.11" body: "The main change in version 1.3.x was adaptive brightness change depending on the content on the screen. I understand that not everyone needs such a feature, that's why there is an argument --adapt.\n\nAll brightness control functionality has been moved to the BrightnessController class, which has been moved to the bright_controller.py file.\n\nNow the application works correctly with both monitors that support brightness control and those that do not." draft: false