From 3225ff4c24a3ba9d25fd2f76495764712b64b406 Mon Sep 17 00:00:00 2001 From: iLyas Bakouch Date: Thu, 10 Dec 2020 12:07:22 -0500 Subject: [PATCH] Update config.json --- ftp-to-S3/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp-to-S3/config.json b/ftp-to-S3/config.json index d6af6be..1881d86 100644 --- a/ftp-to-S3/config.json +++ b/ftp-to-S3/config.json @@ -1,7 +1,7 @@ { "name": "FTP To S3", - "version": "1.0", - "slug": "ftp-to-s3", + "version": "1.1", + "slug": "ftp_to_s3", "description": "Automatically move files to S3 from your FTP destination folder", "url": "https://github.com/isbkch/hass-addons", "startup": "application", @@ -40,4 +40,4 @@ }, "advanced": true, "stage": "experimental" -} \ No newline at end of file +}