mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
update to version 3.7.1
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user