Merge pull request #1223 from Nheko-Reborn/dbusVersion

Bump micro version
This commit is contained in:
DeepBlueV7.X 2022-11-05 22:03:48 +01:00 committed by GitHub
commit eb4994ea87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.