diff --git a/package.json b/package.json index 45e4382b..4e2bc6af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasmocompiler", - "version": "11.3.0", + "version": "11.4.0", "private": true, "proxy": "http://localhost:3001/", "dependencies": { diff --git a/server/config/config.js b/server/config/config.js index 0be5714c..f6a4c131 100644 --- a/server/config/config.js +++ b/server/config/config.js @@ -4,7 +4,7 @@ const WORKDIR = process.env.WORKDIR || '/tmp'; const tasmotaRepo = path.resolve(WORKDIR, 'Tasmota'); const githubRepo = 'https://github.com/arendst/Tasmota.git'; const minVersion = 'v13.0.0'; -const maxVersion = 'v13.3.0'; +const maxVersion = 'v13.4.0'; const edgeBranch = 'development'; const userConfigOvewrite = path.resolve(tasmotaRepo, 'tasmota/user_config_override.h'); const userPlatformioOverrideIni = path.resolve(tasmotaRepo, 'platformio_override.ini');