diff --git a/package.json b/package.json index de02bf8b..fbebcd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasmocompiler", - "version": "12.0.0-dev", + "version": "12.1.0", "private": true, "proxy": "http://localhost:3001/", "dependencies": { diff --git a/server/config/config.js b/server/config/config.js index 3dbdad28..a7825214 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 = 'v14.0.0'; -const maxVersion = 'v14.99.99'; +const maxVersion = 'v14.1.0'; const edgeBranch = 'development'; const userConfigOvewrite = path.resolve(tasmotaRepo, 'tasmota/user_config_override.h'); const userPlatformioOverrideIni = path.resolve(tasmotaRepo, 'platformio_override.ini');