From 63282783ef59b2612589eb98515da185f64e4bb3 Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Tue, 1 Aug 2023 10:36:15 -0700 Subject: [PATCH] v2.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68533bc..a5b0dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,7 +1429,7 @@ dependencies = [ [[package]] name = "scma-gcal-sync" -version = "2.1.1" +version = "2.2.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0baf91d..be2c3e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scma-gcal-sync" -version = "2.2.0" +version = "2.2.1" edition = "2021" authors = ["Rob Donnelly "] description = "Synchronizes Southern California Mountaineers Association (SCMA) calendar events to Google Calendar"