From a31cd68414b1029677413c52cecc64b2d1e9c940 Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Mon, 25 Mar 2024 00:04:12 -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 4c92238..bae0c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_rust" -version = "0.10.28" +version = "0.10.29" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_http/Cargo.toml b/movie_collection_http/Cargo.toml index 020721f..3b03962 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.28" +version = "0.10.29" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_lib/Cargo.toml b/movie_collection_lib/Cargo.toml index 583f09f..96413f8 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.28" +version = "0.10.29" authors = ["Daniel Boline "] edition = "2018" diff --git a/transcode_lib/Cargo.toml b/transcode_lib/Cargo.toml index a8f72ea..74338d2 100644 --- a/transcode_lib/Cargo.toml +++ b/transcode_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transcode_lib" -version = "0.10.28" +version = "0.10.29" authors = ["Daniel Boline "] edition = "2018"