Merge pull request #1223 from Nheko-Reborn/dbusVersion

Bump micro version
pull/1224/head
DeepBlueV7.X 2 years ago committed by GitHub
commit eb4994ea87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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.

Loading…
Cancel
Save