Bump version to 2022.1.4

This commit is contained in:
Jesse Hills 2022-02-11 08:05:04 +13:00
parent 3565212d8a
commit bd6394d415
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
git config user.name esphomebot
git config user.email esphome@nabucasa.com
git add .
git commit -m "Bump version to v${{ github.event.inputs.version }}"
git commit -m "Bump version to ${{ github.event.inputs.version }}"
git push
COMMIT=$(git rev-parse HEAD)
echo "::set-output name=commit_sha::${COMMIT}"

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__/
*.py[cod]
*$py.class
venv/

View File

@ -38,5 +38,5 @@
"slug": "esphome",
"uart": true,
"url": "https://esphome.io/",
"version": "2022.1.3"
"version": "2022.1.4"
}

View File

@ -74,7 +74,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome
version: '2022.1.3' # STABLE
version: '2022.1.4' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio-{arch}