From 1e0e9673af6fe1eb0c5da136dbde2e1fc8d5941f Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Wed, 12 Jan 2022 23:06:28 -0800 Subject: [PATCH] v1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97d5518..5fa3fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "scma-gcal-sync" -version = "1.1.1" +version = "1.2.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e941060..3abbf0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scma-gcal-sync" -version = "1.1.1" +version = "1.2.0" edition = "2021" authors = ["Rob Donnelly "] description = "Synchronizes Southern California Mountaineers Association (SCMA) calendar events to Google Calendar"