From 4c836767ad778cba87e0cf9c1e0c3fe0e55f63d2 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Fri, 23 Sep 2022 02:42:44 +0200 Subject: [PATCH] Update version number --- 3dprinter-octoprint/Dockerfile | 2 +- 3dprinter-octoprint/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3dprinter-octoprint/Dockerfile b/3dprinter-octoprint/Dockerfile index d718225..038f337 100644 --- a/3dprinter-octoprint/Dockerfile +++ b/3dprinter-octoprint/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye" FROM ${BUILD_FROM} -ARG OCTOPRINT_VERSION="1.8.3" +ARG OCTOPRINT_VERSION="1.8.2" ENV OCTOPRINT_VERSION=${OCTOPRINT_VERSION} diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index a44445c..ea68f7b 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -1,5 +1,5 @@ name: "3DPrinter-OctoPrint" -version: "2022.9.002" +version: "2022.9.003" slug: "3dprinter-octoprint" description: "OctoPrint as an addon, no additional bells and whistles." url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"