From efd98acde310c9247934600fb7b52b88949c532c Mon Sep 17 00:00:00 2001 From: jameszah <36938190+jameszah@users.noreply.github.com> Date: Sat, 22 Oct 2022 22:50:11 -0600 Subject: [PATCH] Update manifest.json --- installer/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/manifest.json b/installer/manifest.json index f77fe82..daad36e 100644 --- a/installer/manifest.json +++ b/installer/manifest.json @@ -1,11 +1,11 @@ { - "name": "ESP32-CAM-Video-Telegram 9.5", + "name": "ESP32-CAM-Video-Telegram 9.6", "new_install_prompt_erase": false, "builds": [ { "chipFamily": "ESP32", "parts": [ - { "path": "ESP32-CAM-Video-Telegram_9.5.ino.img", "offset": 0 } + { "path": "ESP32-CAM-Video-Telegram_9.6.ino.img", "offset": 0 } ] } ]