From a210e2ce3d1d94a837718b172407f6e9d71ea238 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 17 Sep 2023 10:55:48 +0200 Subject: [PATCH] chore: update moonraker min version to v0.8.0-137 Moonraker added in this commit the monitors to the data_store Signed-off-by: Stefan Dej --- src/store/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/variables.ts b/src/store/variables.ts index d2a847be4..b66ecb926 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -2,7 +2,7 @@ export const defaultLogoColor = '#D41216' export const defaultPrimaryColor = '#2196f3' export const minKlipperVersion = 'v0.11.0-97' -export const minMoonrakerVersion = 'v0.8.0-38' +export const minMoonrakerVersion = 'v0.8.0-137' export const colorArray = ['#F44336', '#8e379d', '#03DAC5', '#3F51B5', '#ffde03', '#009688', '#E91E63']