summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--ipc/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2a366b5a..0b6eee64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2514,7 +2514,7 @@ dependencies = [
[[package]]
name = "sequoia-ipc"
-version = "0.30.1"
+version = "0.31.0"
dependencies = [
"anyhow",
"buffered-reader",
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index b144cbe0..334fca5e 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-ipc"
description = "Interprocess communication infrastructure for Sequoia"
-version = "0.30.1"
+version = "0.31.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",