From b622604c47aceeda62b20caf6553bbf1008b33f5 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 5 Nov 2022 16:38:12 -0400 Subject: [PATCH] Bump micro version --- src/dbus/NhekoDBusApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbus/NhekoDBusApi.h b/src/dbus/NhekoDBusApi.h index 20316b64..baf942b1 100644 --- a/src/dbus/NhekoDBusApi.h +++ b/src/dbus/NhekoDBusApi.h @@ -18,7 +18,7 @@ init(); //! The nheko D-Bus API version provided by this file. The API version number follows semantic //! versioning as defined by https://semver.org. -const QVersionNumber dbusApiVersion{1, 0, 0}; +const QVersionNumber dbusApiVersion{1, 0, 1}; //! Compare the installed Nheko API to the version that your client app targets to see if they //! are compatible.