summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-11-05 22:03:48 +0100
committerGitHub <noreply@github.com>2022-11-05 22:03:48 +0100
commiteb4994ea87ff0430742f5816110b27b71821f3e0 (patch)
tree6ee76b82ee4f1d6a43cca01a78368172b261e91a /src
parentMerge pull request #1222 from Nheko-Reborn/dbusStatus (diff)
parentBump micro version (diff)
downloadnheko-eb4994ea87ff0430742f5816110b27b71821f3e0.tar.xz
Merge pull request #1223 from Nheko-Reborn/dbusVersion
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.