diff --git a/Cargo.lock b/Cargo.lock index fa2453fa..042ca230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "divviup-api" -version = "0.0.24" +version = "0.0.25" dependencies = [ "aes-gcm", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index b693752f..3826004c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "divviup-api" -version = "0.0.24" +version = "0.0.25" edition = "2021" license = "MPL-2.0" homepage = "https://divviup.org"