From 096970e5096d81055a90ba9b154c21595696601b Mon Sep 17 00:00:00 2001 From: coral Date: Sun, 12 Apr 2026 15:16:13 -0700 Subject: [PATCH] chore: Release --- pjsua/Cargo.toml | 2 +- sipcord-bridge/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pjsua/Cargo.toml b/pjsua/Cargo.toml index 6bbbb5d..aa4c028 100644 --- a/pjsua/Cargo.toml +++ b/pjsua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pjsua" -version = "1.5.6" +version = "2.0.0" edition = "2024" description = "Rust bindings for pjsua (pjproject SIP library)" publish = false diff --git a/sipcord-bridge/Cargo.toml b/sipcord-bridge/Cargo.toml index 3e57927..ad1d515 100644 --- a/sipcord-bridge/Cargo.toml +++ b/sipcord-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sipcord-bridge" -version = "1.5.6" +version = "2.0.0" edition = "2024" authors = ["coral "] license = "AGPL-3.0-only"