From 6c46acda8b131d80cdcad4d44429bc569a976f4c Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Wed, 12 Jun 2024 08:23:31 -0400 Subject: [PATCH] version bump --- Cargo.toml | 2 +- movie_collection_http/Cargo.toml | 2 +- movie_collection_lib/Cargo.toml | 2 +- transcode_lib/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e810231..30fe4cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_rust" -version = "0.10.33" +version = "0.10.34" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_http/Cargo.toml b/movie_collection_http/Cargo.toml index 9e108c4..b212e54 100644 --- a/movie_collection_http/Cargo.toml +++ b/movie_collection_http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_http" -version = "0.10.33" +version = "0.10.34" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_lib/Cargo.toml b/movie_collection_lib/Cargo.toml index 8129c29..1993e30 100644 --- a/movie_collection_lib/Cargo.toml +++ b/movie_collection_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_lib" -version = "0.10.33" +version = "0.10.34" authors = ["Daniel Boline "] edition = "2018" diff --git a/transcode_lib/Cargo.toml b/transcode_lib/Cargo.toml index 6963bd3..04443d1 100644 --- a/transcode_lib/Cargo.toml +++ b/transcode_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transcode_lib" -version = "0.10.33" +version = "0.10.34" authors = ["Daniel Boline "] edition = "2018"