Bump to v0.9.2 — relay status, toasts, debug panel, relay UX

This commit is contained in:
Jure
2026-03-23 19:18:10 +01:00
parent 1f50afded7
commit 97fd6c55bf
7 changed files with 35 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.9.1"
version = "0.9.2"
description = "Cross-platform Nostr desktop client with Lightning integration"
authors = ["hoornet"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Wrystr",
"version": "0.9.1",
"version": "0.9.2",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",