|
|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
Unitemp - Universal temperature reader
|
|
|
- Copyright (C) 2022 Victor Nikitchuk (https://github.com/quen0n)
|
|
|
+ Copyright (C) 2022-2023 Victor Nikitchuk (https://github.com/quen0n)
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
@@ -40,7 +40,7 @@
|
|
|
//Имя приложения
|
|
|
#define APP_NAME "Unitemp"
|
|
|
//Версия приложения
|
|
|
-#define UNITEMP_APP_VER "1.1.1-dev"
|
|
|
+#define UNITEMP_APP_VER "1.1.2-dev"
|
|
|
//Путь хранения файлов плагина
|
|
|
#define APP_PATH_FOLDER "/ext/unitemp"
|
|
|
//Имя файла с настройками
|