From ec34875f68c577d0748eddd729eda3a8cbdfc35c Mon Sep 17 00:00:00 2001 From: Jeff Culverhouse Date: Fri, 21 Feb 2025 17:56:47 -0500 Subject: [PATCH] move app; fix Dockerfile --- VERSION | 2 +- src/amcrest2mqtt.py => amcrest2mqtt.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/amcrest2mqtt.py => amcrest2mqtt.py (100%) diff --git a/VERSION b/VERSION index de9bcdf..2d66670 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.99.4 +0.99.5 diff --git a/src/amcrest2mqtt.py b/amcrest2mqtt.py similarity index 100% rename from src/amcrest2mqtt.py rename to amcrest2mqtt.py