From 406f90d508fcb9adc89d829e0b2c7680723b3203 Mon Sep 17 00:00:00 2001 From: Nathaniel Ledford Date: Mon, 17 Jun 2024 18:42:23 -0400 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"