Skip to content

Commit

Permalink
Merge pull request emsesp#2239 from proddy/dev
Browse files Browse the repository at this point in the history
version updates in files to 3.7.1
  • Loading branch information
proddy authored Nov 22, 2024
2 parents 3680fad + 52b9e46 commit dbd6d38
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EMS-ESP",
"version": "3.7.0",
"version": "3.7.1",
"description": "EMS-ESP WebUI",
"homepage": "https://emsesp.org",
"author": "proddy, emsesp.org",
Expand Down
2 changes: 1 addition & 1 deletion mock-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-api",
"version": "3.7.0",
"version": "3.7.1",
"description": "mock api for EMS-ESP",
"author": "proddy, emsesp.org",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion mock-api/rest_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const headers = {
};

// Versions - all without the 'v'
let THIS_VERSION = '3.7.0';
let THIS_VERSION = '3.7.1';
let LATEST_STABLE_VERSION = '3.7.0';
let LATEST_DEV_VERSION = '3.7.1-dev.4';
let VERSION_IS_UPGRADEABLE = false;
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ platform = native
build_flags =
-DARDUINOJSON_ENABLE_ARDUINO_STRING=1
-DEMSESP_STANDALONE -DEMSESP_TEST
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.0-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.1-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
-std=gnu++14 -Og -ggdb
build_type = debug
build_src_flags =
Expand Down Expand Up @@ -250,7 +250,7 @@ build_flags =
-DEMSESP_STANDALONE -DEMSESP_TEST
-DEMSESP_UNITY
; -DEMSESP_UNITY_CREATE
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.0-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.1-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
-std=gnu++14 -Os -ggdb -Wall -Wextra
-lgcov --coverage -fprofile-arcs -ftest-coverage
build_type = debug
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=emsesp
sonar.projectKey=emsesp_EMS-ESP32
sonar.projectName=EMS-ESP32
sonar.projectVersion=3.7.0
sonar.projectVersion=3.7.1
sonar.sources=./src
sonar.cfamily.compile-commands=compile_commands.json
sonar.sourceEncoding=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.7.1-dev.9"
#define EMSESP_APP_VERSION "3.7.1-dev.10"

0 comments on commit dbd6d38

Please sign in to comment.