Update version to 0.1.11
diff --git a/Cargo.lock b/Cargo.lock
index fcb922d..0db89f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -648,7 +648,7 @@
 
 [[package]]
 name = "pica"
-version = "0.1.10"
+version = "0.1.11"
 dependencies = [
  "anyhow",
  "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 03ed1c6..9df53ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "pica"
-version = "0.1.10"
+version = "0.1.11"
 edition = "2021"
 description = "Pica is a virtual UWB Controller implementing the FiRa UCI specification."
 repository = "https://github.com/google/pica"