From 67948b090079d906bd63a56fcf01f661a423f1ed Mon Sep 17 00:00:00 2001 From: linus Date: Fri, 15 May 2026 09:10:56 +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 9ab7e65..7e5378f 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.13.3" +version: "1.13.4" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index 9e7bccf..50b66c8 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.13.3" +VERSION = "v1.13.4" OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"