From c4684e99b3096d8274492c04eb8144a48088bb50 Mon Sep 17 00:00:00 2001 From: coral Date: Sun, 12 Apr 2026 12:31:12 -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 4e0fb5a..6bbbb5d 100644 --- a/pjsua/Cargo.toml +++ b/pjsua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pjsua" -version = "0.1.0" +version = "1.5.6" 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 4978050..3e57927 100644 --- a/sipcord-bridge/Cargo.toml +++ b/sipcord-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sipcord-bridge" -version = "1.5.5" +version = "1.5.6" edition = "2024" authors = ["coral "] license = "AGPL-3.0-only"