From 53114e9d6cd26da0f67ee325270ea01f18242d65 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:33:04 +0200 Subject: [PATCH] Bump version --- src/config.yaml | 2 +- src/const.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.yaml b/src/config.yaml index 788e5a0..9dbef40 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.2.1" +version: "1.2.2" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index a4b0857..99faaa6 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.2.1" +VERSION = "v1.2.2" OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"