diff --git a/package.json b/package.json index b0edec94..351a7394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasmocompiler", - "version": "10.3.0", + "version": "10.4.0", "private": true, "proxy": "http://localhost:3001/", "dependencies": { diff --git a/server/config/config.js b/server/config/config.js index b908fe68..389225b9 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 = 'v12.3.0'; -const maxVersion = 'v12.4.0'; +const maxVersion = 'v12.5.0'; const edgeBranch = 'development'; const userConfigOvewrite = path.resolve(tasmotaRepo, 'tasmota/user_config_override.h'); const userPlatformioOverrideIni = path.resolve(tasmotaRepo, 'platformio_override.ini');