This commit is contained in:
Luke D Jones
2020-08-13 20:39:56 +12:00
parent 96b0f40886
commit f0c5c3af86
6 changed files with 20 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ use std::sync::Arc;
use tokio::sync::{mpsc::Receiver, Mutex};
use tokio::task::JoinHandle;
pub static VERSION: &str = "1.0.1";
pub static VERSION: &str = "1.0.2";
use ::dbus::{nonblock::SyncConnection, tree::Signal};