Release 1.90.9

- Fix unstable OnBattery status (#306 #307)
This commit is contained in:
Kate Hsuan 2025-04-10 14:28:05 +08:00
parent ebcefcea55
commit bdbd99b809
2 changed files with 7 additions and 1 deletions

6
NEWS
View file

@ -1,3 +1,9 @@
Version 1.90.9
--------------
Released: 2025-04-10
- Fix unstable OnBattery status (#306 #307)
Version 1.90.8
--------------
Released: 2025-03-31

View file

@ -1,5 +1,5 @@
project('upower', 'c',
version: '1.90.8',
version: '1.90.9',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',