From e849b77f0731a39688d4425c0129a646ffb6364c Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sun, 14 Jan 2024 08:36:10 -0500 Subject: [PATCH] version bump --- Cargo.toml | 2 +- gdrive_lib/Cargo.toml | 2 +- sync_app_http/Cargo.toml | 2 +- sync_app_lib/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b21f8c..2054748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_app_rust" -version = "0.11.10" +version = "0.11.11" authors = ["Daniel Boline "] edition = "2018" diff --git a/gdrive_lib/Cargo.toml b/gdrive_lib/Cargo.toml index e9a2858..4ec45ae 100644 --- a/gdrive_lib/Cargo.toml +++ b/gdrive_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gdrive_lib" -version = "0.11.10" +version = "0.11.11" authors = ["Daniel Boline "] edition = "2018" diff --git a/sync_app_http/Cargo.toml b/sync_app_http/Cargo.toml index f129244..8551f48 100644 --- a/sync_app_http/Cargo.toml +++ b/sync_app_http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_app_http" -version = "0.11.10" +version = "0.11.11" authors = ["Daniel Boline "] edition = "2018" diff --git a/sync_app_lib/Cargo.toml b/sync_app_lib/Cargo.toml index 9652e22..67e0603 100644 --- a/sync_app_lib/Cargo.toml +++ b/sync_app_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sync_app_lib" -version = "0.11.10" +version = "0.11.11" authors = ["Daniel Boline "] edition = "2018"