From e9c35e9032ed7b5dbcb484f745d1c813d9af8fb6 Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Sat, 8 Jan 2022 12:52:37 +0100 Subject: [PATCH] update version to 0.9.2 --- FSexplorer.ino | 2 +- MQTTstuff.ino | 2 +- OTGW-Core.h | 2 +- OTGW-Core.ino | 2 +- OTGW-firmware.h | 2 +- OTGW-firmware.ino | 2 +- data/FSexplorer.css | 2 +- data/FSexplorer.html | 2 +- data/index.css | 2 +- data/index.js | 2 +- helperStuff.ino | 2 +- jsonStuff.ino | 2 +- networkStuff.h | 2 +- outputs_ext.ino | 2 +- restAPI.ino | 2 +- sensors_ext.ino | 2 +- settingStuff.ino | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/FSexplorer.ino b/FSexplorer.ino index 37573cce..9dc99213 100644 --- a/FSexplorer.ino +++ b/FSexplorer.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer -** Version : v0.9.2-beta +** Version : v0.9.2 ** ** Mostly stolen from https://www.arduinoforum.de/User-Fips ** For more information visit: https://fipsok.de diff --git a/MQTTstuff.ino b/MQTTstuff.ino index d7a2938b..0d82210a 100644 --- a/MQTTstuff.ino +++ b/MQTTstuff.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : MQTTstuff -** Version : v0.9.2-beta +** Version : v0.9.2 ** ** Copyright (c) 2021-2022 Robert van den Breemen ** Modified version from (c) 2020 Willem Aandewiel diff --git a/OTGW-Core.h b/OTGW-Core.h index 784371e3..b64c03d5 100644 --- a/OTGW-Core.h +++ b/OTGW-Core.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : Header file: OTGW-Core.h -** Version : v0.9.2-beta +** Version : v0.9.2 ** ** Copyright (c) 2021-2022 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-Core.ino b/OTGW-Core.ino index fc6225a0..b2e5b7dc 100644 --- a/OTGW-Core.ino +++ b/OTGW-Core.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-Core.ino -** Version : v0.9.2-beta +** Version : v0.9.2 ** ** Copyright (c) 2021-2022 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-firmware.h b/OTGW-firmware.h index 3af806d8..7f352176 100644 --- a/OTGW-firmware.h +++ b/OTGW-firmware.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.h -** Version : v0.9.2-beta +** Version : v0.9.2 ** ** Copyright (c) 2021-2022 Robert van den Breemen ** diff --git a/OTGW-firmware.ino b/OTGW-firmware.ino index 9a162876..84d8cbf4 100644 --- a/OTGW-firmware.ino +++ b/OTGW-firmware.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.ino -** Version : v0.9.2-beta +** Version : v0.9.2 ** ** Copyright (c) 2021-2022 Robert van den Breemen ** diff --git a/data/FSexplorer.css b/data/FSexplorer.css index a4be1de2..c8298ff6 100644 --- a/data/FSexplorer.css +++ b/data/FSexplorer.css @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer.html -** Version : v0.9.2-beta +** Version : v0.9.2 ** For more information visit: https://fipsok.de *************************************************************************** */ diff --git a/data/FSexplorer.html b/data/FSexplorer.html index d259fe1c..30e71cbb 100644 --- a/data/FSexplorer.html +++ b/data/FSexplorer.html @@ -1,7 +1,7 @@