From 33fe98e1b01a822223b4df5c378f327d05a2c7ab Mon Sep 17 00:00:00 2001 From: mrlt8 Date: Tue, 10 Oct 2023 05:30:19 +0000 Subject: [PATCH] Bump Version to v2.4.0 --- app/.env | 2 +- app/config.json | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/app/.env b/app/.env index ca5db46f..267974a6 100644 --- a/app/.env +++ b/app/.env @@ -1,4 +1,4 @@ -VERSION=2.3.17 +VERSION=2.4.0 MTX_TAG=1.1.1 IOS_VERSION=17.0.3 APP_VERSION=2.44.5.3 diff --git a/app/config.json b/app/config.json index 2f17c260..949bb3c4 100644 --- a/app/config.json +++ b/app/config.json @@ -4,7 +4,7 @@ "slug": "docker_wyze_bridge", "url": "https://github.com/mrlt8/docker-wyze-bridge", "image": "mrlt8/wyze-bridge", - "version": "2.3.17", + "version": "2.4.0", "arch": [ "armv7", "aarch64", @@ -34,8 +34,14 @@ "IMG_DIR": "media/wyze/img/", "RECORD_PATH": "media/wyze/{CAM_NAME}" }, - "map": ["config:rw", "media:rw", "ssl:ro"], - "services": ["mqtt:want"], + "map": [ + "config:rw", + "media:rw", + "ssl:ro" + ], + "services": [ + "mqtt:want" + ], "ingress": true, "ingress_port": 5000, "panel_icon": "mdi:bridge", @@ -131,7 +137,9 @@ "MOTION_WEBHOOKS": "str?" } ], - "MEDIAMTX": ["match(^\\w+=.*)?"], + "MEDIAMTX": [ + "match(^\\w+=.*)?" + ], "WB_HLS_URL": "str?", "WB_RTMP_URL": "str?", "WB_RTSP_URL": "str?",