summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2022-11-05 16:38:12 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2022-11-05 16:38:12 -0400
commitb622604c47aceeda62b20caf6553bbf1008b33f5 (patch)
tree6ee76b82ee4f1d6a43cca01a78368172b261e91a /src
parentMerge pull request #1222 from Nheko-Reborn/dbusStatus (diff)
downloadnheko-b622604c47aceeda62b20caf6553bbf1008b33f5.tar.xz
Bump micro version
Diffstat (limited to 'src')
-rw-r--r--src/dbus/NhekoDBusApi.h2
1 files changed, 1 insertions, 1 deletions
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.