diff --git a/Sources/monitr/Monitr.swift b/Sources/monitr/Monitr.swift index 914d4fe..50adc48 100644 --- a/Sources/monitr/Monitr.swift +++ b/Sources/monitr/Monitr.swift @@ -30,7 +30,7 @@ enum MonitrError: Error { /// Checks the downloads directory for new content to add to Plex final class Monitr: DirectoryMonitorDelegate { /// The current version of monitr - static var version: String = "0.3.0" + static var version: String = "0.4.0" /// The configuration to use for the monitor private var config: Config