diff --git a/Cargo.lock b/Cargo.lock index 18749bb..8425359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chidori" -version = "0.2.3" +version = "0.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index da01973..fb9e9f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chidori" -version = "0.2.3" +version = "0.3.0" description = "Builds and updates custom playlists on a Plex server" authors = ["Nathaniel Ledford "] repository = "https://github.com/nledford/chidori"