mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-05-12 21:32:13 +02:00
chore: bump version to v3.0.13
This commit is contained in:
parent
6f856ffd44
commit
3ba27ad967
4 changed files with 8 additions and 8 deletions
|
|
@ -1283,7 +1283,7 @@ class Security {
|
|||
}
|
||||
var security = new Security();
|
||||
|
||||
// let appVersion = 'v3.0.12'; // Default placeholder
|
||||
// let appVersion = 'v3.0.13'; // Default placeholder
|
||||
async function getAppVersion() {
|
||||
try {
|
||||
const response = await fetch('/appversion?v='+Date.now());
|
||||
|
|
@ -1296,7 +1296,7 @@ async function getAppVersion() {
|
|||
// Trigger any UI updates here
|
||||
} catch (error) {
|
||||
console.error("Error loading App version:", error);
|
||||
appVersion = 'v3.0.12'; // Default placeholder
|
||||
appVersion = 'v3.0.13'; // Default placeholder
|
||||
}
|
||||
return appVersion;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue