diff --git a/Cargo.lock b/Cargo.lock index b5ad9ca..c89c0ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2620,7 +2620,7 @@ dependencies = [ [[package]] name = "spindle" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 231542a..51af24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spindle" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "AI-powered file organizer that uses content analysis to intelligently group and sort files" license = "MIT"