From d7f05b44f149060a1209a4170fae21947985b00a Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sat, 17 Aug 2024 21:08:53 -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 705c32f..39f6d5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_rust" -version = "0.10.35" +version = "0.10.36" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_http/Cargo.toml b/movie_collection_http/Cargo.toml index f62e6d1..a638d22 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.35" +version = "0.10.36" authors = ["Daniel Boline "] edition = "2018" diff --git a/movie_collection_lib/Cargo.toml b/movie_collection_lib/Cargo.toml index 3ed93bd..c768523 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.35" +version = "0.10.36" authors = ["Daniel Boline "] edition = "2018" diff --git a/transcode_lib/Cargo.toml b/transcode_lib/Cargo.toml index 51f1e51..1cd521d 100644 --- a/transcode_lib/Cargo.toml +++ b/transcode_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transcode_lib" -version = "0.10.35" +version = "0.10.36" authors = ["Daniel Boline "] edition = "2018"