From 97d9880ffb9deb61e7fd818a8748bd1f470698c1 Mon Sep 17 00:00:00 2001 From: zocker-160 Date: Mon, 11 Sep 2023 13:44:38 +0200 Subject: [PATCH] version 0.10.2 --- linux_packaging/DEB-thinkfan-ui/lure.sh | 2 +- src/fan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux_packaging/DEB-thinkfan-ui/lure.sh b/linux_packaging/DEB-thinkfan-ui/lure.sh index 1b28c25..a86ef7d 100755 --- a/linux_packaging/DEB-thinkfan-ui/lure.sh +++ b/linux_packaging/DEB-thinkfan-ui/lure.sh @@ -1,7 +1,7 @@ maintainer="zocker_160 " name=thinkfan-ui -version=0.10.1 +version=0.10.2 release=1 desc="A small gui app for Linux to control the fan speed and monitor temps on a ThinkPad" homepage="https://github.com/zocker-160/thinkfan-ui" diff --git a/src/fan.py b/src/fan.py index 9b30b10..b4bcd79 100755 --- a/src/fan.py +++ b/src/fan.py @@ -12,7 +12,7 @@ from ui.gui import Ui_MainWindow from ui.systray import QApp_SysTrayIndicator -APP_VERSION = "v0.10.1" +APP_VERSION = "v0.10.2" APP_NAME = "ThinkFan UI" APP_DESKTOP_NAME = "thinkfan-ui"