Skip to content

Commit

Permalink
feat: new release
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Jun 8, 2024
1 parent 6d36bd2 commit 200d55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasmocompiler",
"version": "12.0.0-dev",
"version": "12.1.0",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 200d55f

Please # to comment.