From bbd155231fb547bebfe483c35b122ad902ae12f4 Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sun, 18 Aug 2024 14:16:56 -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 a037407..665c200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_rust" -version = "0.10.37" +version = "0.10.38" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_http/Cargo.toml b/movie_collection_http/Cargo.toml index 22c019b..95a1b7e 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.37" +version = "0.10.38" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_lib/Cargo.toml b/movie_collection_lib/Cargo.toml index 6e3aa55..c54c015 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.37" +version = "0.10.38" authors = ["Daniel Boline "] edition = "2018" diff --git a/transcode_lib/Cargo.toml b/transcode_lib/Cargo.toml index 7231e05..97c0a01 100644 --- a/transcode_lib/Cargo.toml +++ b/transcode_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transcode_lib" -version = "0.10.37" +version = "0.10.38" authors = ["Daniel Boline "] edition = "2018"