From 32b8926a412933e4fc5804c87f17be146a8bd764 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Tue, 24 Aug 2021 00:53:39 -0700 Subject: [PATCH] 3.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 062f654..12c15f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "squamishaccess-functions" -version = "3.1.1" +version = "3.2.0" dependencies = [ "async-std", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 476e656..8885ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squamishaccess-functions" -version = "3.1.1" +version = "3.2.0" authors = ["Jeremiah Senkpiel "] edition = "2018" license = "BlueOak-1.0.0"