1 Commits
Author SHA1 Message Date
Signer Developer 1e7e178c0f v0.0.23 - Verify SSH release push workflow 2026-08-30 16:01:18 -03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "signer"
version = "0.0.22"
version = "0.0.23"
edition = "2021"
license = "MIT"
description = "Attended Nostr signing daemon — Rust port of n_signer"
+1 -1
View File
@@ -31,4 +31,4 @@ pub mod error;
pub use error::SignerError;
/// Version string (matches C NSIGNER_VERSION).
pub const VERSION: &str = "v0.0.22";
pub const VERSION: &str = "v0.0.23";