From b7fba9644c4064877bda74646fb67a2928b7c60d Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Wed, 1 Nov 2023 13:08:42 -0700 Subject: [PATCH] Release divviup-api 0.0.31 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7db69a9b..bfb0dd15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "divviup-api" -version = "0.0.30" +version = "0.0.31" dependencies = [ "aes-gcm", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index 65f9d5e3..f858ddf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "divviup-api" -version = "0.0.30" +version = "0.0.31" edition = "2021" license = "MPL-2.0" homepage = "https://divviup.org"